Created by: jonschlinkert
This pull request adds a new carousel slide transition, .dissolve. Javascript docs (mustache/html) were updated with a brief mention of the effect, LESS and CSS were updated as well.
The transition works fine as intended in webkit and moz, but in IE the dissolve effect is ignored and falls back to the normal slide transition.
As a side note, I tried to find existing code in Bootstrap to do this transition, but was unsuccessful in getting the dissolve effect to work. Sorry if I missed something and there is already code to do this.