beyonk-group / svelte-carousel

A super lightweight, super simple Carousel for Svelte 3
MIT License
213 stars 38 forks source link

Pause autoplay on hover #45

Open mxmzb opened 4 years ago

mxmzb commented 4 years ago

Would be cool to pause the autoplay on hover, and even cooler to reset the autoplay countdown after the user has paginated manually (e.g. autoplay={5000}, and after 2500ms the user clicks the next slide. Instead of going to the next slide after the left 2500ms, it should start counting from 0 again).

Thanks, and best regards!

antony commented 4 years ago

Sounds like a nice feature - happy to accept a PR for this!