mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.
http://mihnsen.github.io/ui-carousel/
MIT License
77 stars 67 forks source link

fade=true with autoplay #6

Open f10l opened 7 years ago

f10l commented 7 years ago

Hi, thanks for the great work with the ui-carousel. It is amazingly easy to use.

I faced the problem, that if I add fade="true" the autoplay does not work anymore. I did not see a report about that behavior.

For an example I just took your codepen: http://codepen.io/mihnsen/pen/ZejQBJ And add there the fade="true"

Best regards, Fabian

mihnsen commented 7 years ago

@fanick-ber Fixed on bacacfb

XueDong369 commented 5 years ago

Why 'fade=true' is not working? My config as follows:

`

    </ui-carousel>`

And relevant version as follows: "angular": "~1.6.3", "angular-animate": "~1.6.3", "angular-bootstrap": "~2.5.0", "angular-messages": "~1.6.3", "angular-resource": "~1.6.3", "angular-ui-router": "~1.0.19", "bootstrap": "~3.3.6", "angular-ui-carousel": "^0.1.10"