rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.71k stars 216 forks source link

[React] Stop auto switch after navigation #402

Open StevenVerbiest opened 10 months ago

StevenVerbiest commented 10 months ago

Is it possible to stop the auto switch when a user has clicked one of the slider arrows or dots? I've been trying to modify the auto switch example, but it seems impossible to stop the timer because there is no way to update the animationEnded callback after initialisation.

I'm new to keen slider, so maybe I'm missing something?