$('.swiper-container').mouseenter(function() {
swiper.stopAutoplay();
}).mouseleave(function() {
swiper.startAutoplay();
})
$('.swiper-container').mouseenter(function() {
swiper.stopAutoplay();
}).mouseleave(function() {
swiper.startAutoplay();
})
本文标题:swiper鼠标置于其上暂停轮播
本文链接:https://www.haomeiwen.com/subject/wwzvqxtx.html
网友评论