Vue中swiper手动滑动后不能自动播放的解决方法

用户操作swiper之后,是否禁止autoplay。默认为true:停止。
如果设置为false,用户操作swiper之后自动切换不会停止,每次都会重新启动autoplay。
操作包括触碰,拖动,点击pagination等。

 

Swiper3.x

<script> 
  var mySwiper = new Swiper('.swiper-container',{
    autoplay : 3000,
    autoplayDisableOnInteraction : false,   // 用户操作swiper之后,是否禁止autoplay
  })
</script>

 

 

 

.

posted @ 2019-11-24 18:28  剑仙6  阅读(1456)  评论(0编辑  收藏  举报
欢迎访问个人网站www.qingchun.在线