码迷,mamicode.com
首页 > 其他好文 > 详细

swiper手动滑动后,自动滑动失效

时间:2020-05-15 00:05:46      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:mys   swiper   手动   需要   ble   inter   nta   horizon   direction   

var mySwiper = new Swiper(‘.swiper-container‘, {
direction: ‘horizontal‘,
loop: true, // 循环模式选项
autoplay: {
disableOnInteraction: false,   //开启这个就可以自动滑动了
delay: 3000,
},
effect: ‘coverflow‘,
// 如果需要分页器
pagination: {
el: ‘.swiper-pagination‘,
}
});

swiper手动滑动后,自动滑动失效

标签:mys   swiper   手动   需要   ble   inter   nta   horizon   direction   

原文地址:https://www.cnblogs.com/zinuokeji/p/12892001.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!