react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

Unexpected autoplay behavior

Open pjaws opened this issue 2 years ago • 1 comments

I wanted to use react-slick in my project, since it's less than half the size of alternative libraries, but the autoplay feature seems to be pretty buggy.

The most noticeable and consistent issue is a small delay between transition animations, causing the loop to "jump".

Beyond that there are the issues others have mentioned, including random pausing on page interactions. I've also seen the carousel reverse directions for several slides, stopping, then continuing in the correct direction when switching tabs.

I have a CodeSandbox demo here, but these issues can also be seen on your own demo - particularly the reverse direction issue, which I have not seen in the CodeSandbox.

pjaws avatar Aug 24 '22 20:08 pjaws

I have the same issue with the delay, but I was able to fix the page interactions by setting pauseOnHover to false

Melanie-RK avatar Sep 14 '22 14:09 Melanie-RK