React-slick: Infinte slider reset glitch

Created on 12 Jan 2018  路  4Comments  路  Source: akiran/react-slick

It seems that having infinite set to true causes a bug to occur in which after reaching the end of the slides it does not smoothly continue over to a clone but rather glitches back to the first element. The cloned elements are visible but it does not flow over to them. My settings are as follows:

const settings = { dots: true, infinite: true, slidesToShow: 3, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, pauseOnHover: true, };

bug

Most helpful comment

@laveesingh I noticed this issue in Multiple items example in this repo as well.
Can you prioritise this issue

All 4 comments

@laveesingh I noticed this issue in Multiple items example in this repo as well.
Can you prioritise this issue

Similar issue is reported here as well
https://github.com/akiran/react-slick/issues/557

Looks like I've got the same issue.

I am not able to reproduce this anymore. Maybe it got fixed around 8feb5cd.
If someone is still able to regenerate it, please feel free to suggest reopening the issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PolGuixe picture PolGuixe  路  3Comments

laveesingh picture laveesingh  路  3Comments

adamthewan picture adamthewan  路  4Comments

enriquelopez-atlas picture enriquelopez-atlas  路  3Comments

slashwhatever picture slashwhatever  路  3Comments