joe223 / tiny-swiper

Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
https://tiny-swiper.js.org
1.29k stars 58 forks source link

implement pause auto play on hover #73

Open snovosel opened 2 years ago

snovosel commented 2 years ago

Ideally on web , when autoplay is set to true, there should be an attribute that we can pass to the Swiper class to pause the autoplay when the mouseenter event occurs and restart the autoplay when mouseleave event occurs, similar to the touch events but for web.