swiper鼠标置于其上暂停轮播
2017-06-17 本文已影响39人
给我小前端
$('.swiper-container').mouseenter(function() {
swiper.stopAutoplay();
}).mouseleave(function() {
swiper.startAutoplay();
})
$('.swiper-container').mouseenter(function() {
swiper.stopAutoplay();
}).mouseleave(function() {
swiper.startAutoplay();
})