CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Bug with boostrap 3 in fade mode #594

Open chrvadala opened 10 years ago

chrvadala commented 10 years ago

Hi, I have found an incompatibility issue with bootstrap3. In fade mode panels are not shown. The cause is this bootstrap css class that add an opacity: 0; https://github.com/twbs/bootstrap/blob/master/less/component-animations.less#L10

I have solved this bug simply by removing component-animations from my project, but I think that this should be solved in this project.

Mottie commented 10 years ago

Thanks, I'll have this fixed in the next update.