splide
splide copied to clipboard
Autoplay on pause/play starts from 0 instead of where it was paused
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
v4.1.4
Description
When using autoplay it pauses on hover or by clicking the pause button. But when it starts again it goes from 0, not where the progress was paused. So this is actually start/stop, not start/pause. Is there implementation of actual pause? Definition of pause is that it should start where it was paused, not from the very start.
Reproduction Link
No response
Steps to Reproduce
Create autoplay slider.
Expected Behaviour
Start after pause where progress was paused, not from 0.