react-slick
react-slick copied to clipboard
Unexpected autoplay behavior
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.
I have the same issue with the delay, but I was able to fix the page interactions by setting pauseOnHover to false