kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.5k stars 5.88k forks source link

Infinite and autoplay made a weird effect ? #4034

Open doreybenjamin opened 3 years ago

doreybenjamin commented 3 years ago

Hi,

i have a weird effect after a while with my slider i record in this link : https://imgflip.com/gif/4hwbcz

It is because infinite is finish ? I can bypass this animation ?

My js config : $('.slider').slick({ dots: false, arrows: false, infinite: true, autoplay: true, autoplaySpeed: 0, speed: 520, slidesToShow: 6, pauseOnHover: true, slidesToScroll: 0.1, cssEase: 'linear', });

thank for help.