标签: swiper
我设置了自定义功能,可以在用户将鼠标悬停在滑行时停止自动播放。它正在工作,但是有问题。它不会立即停止,而是具有延迟时间=刷卡器的速度。如何立即停止。请帮助我。
swiper.hover( function() { swiper.autoplay.stop(); }, function() { swiper.autoplay.start(); } );