angular-carousel
angular-carousel copied to clipboard
Animation go continuous and smooth?
Hello,
is it possible to make the transition/animation go continuously and smooth? (Like a news ticker) from right to left.
Thanks
You can set rn-carousel-easing
to change the easing function.
By doing so you could set it to a linear function and set rn-carousel-duration
and rn-carousel-auto-slide
to an equal duration to get a smooth transition (not tested but should work).
I hope you get the idea (if you have any problems just ask back)
Thanks for your reply. Doesnt work :( - This is my setup:
rn-carousel-auto-slide="0.1" rn-carousel-duration="0.1" //cause 0 doesnt work rn-carousel-loop rn-carousel-easing="easeFromTo"
Any other suggestions ? I really like this slider
Could you set up a fiddle for this?