ui-carousel icon indicating copy to clipboard operation
ui-carousel copied to clipboard

fade=true with autoplay

Open f10l opened this issue 7 years ago • 2 comments

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

f10l avatar Apr 09 '17 11:04 f10l

@fanick-ber Fixed on bacacfb

mihnsen avatar May 07 '17 23:05 mihnsen

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

<ui-carousel slides="vm.slideImages" autoplay="true" fade="true" speed="1000" slides-to-scroll="1" initial-slide="0"> <carousel-item> <div class="image"><img src="{{ item.image }}"></div> </carousel-item> </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"

XueDong369 avatar Jul 25 '18 11:07 XueDong369