swiper插件添加鼠标悬停停止滚动

1
2
3
4
5
$('.swiper-container').hover(function() {
swiper.stopAutoplay();
},function() {
swiper.startAutoplay();
});

swiper插件添加鼠标悬停停止滚动
https://huangzunxue998.top/2023/01/05/swiper插件添加鼠标悬停停止滚动/
Author
黄dada
Posted on
January 5, 2023
Licensed under