ganlanyuan / tiny-slider

Vanilla javascript slider for all purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoplay crash

Mohsen-Haghighi opened this issue · comments

Issue description:
I have used a slider in my project and when I move the slides back and forth using the mouse or using the slider control buttons it starts moving back and forth fast with high speed and options defined like pause on mouse over not working any more. slides index not reset when we move sliders manually and start to Interfere. I will thankful if give me a suggestion.
Demo link/slider setting:

Tiny-slider version: 2
Browser name && version:
OS name && version:

commented

Good afternoon, I join you, how to fix it?

In our case it seemed to be autoplayHoverPause is the problem #521

We removed autoplayHoverPause from the arguments and it at least does not go around randomly anymore.