swiper拖拽之后不自动滑动问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swiper拖拽之后不自动滑动问题相关的知识,希望对你有一定的参考价值。

//swiper轮播图
        var mySwiper = new Swiper(‘.swiper-container‘,{
          initialSlide :0,
          autoplay : 3000,
          direction : ‘horizontal‘,
          pagination : ‘.swiper-pagination‘,
          paginationClickable: true,
          loop:true,
          autoplayDisableOnInteraction : false
        })

加上 autoplayDisableOnInteraction : false 便可以解决此问题

***知识点***

官网介绍

技术分享

 

以上是关于swiper拖拽之后不自动滑动问题的主要内容,如果未能解决你的问题,请参考以下文章

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

swiper在tab切换的时候,swiper不生效,当display:none 后 再次显示 无法自动滑动问题解决方案

Swiper和Vue配合使用的问题——Vue的异步更新DOM

swiper 窗口宽度变化,页面宽度高度变化 导致自动滑动 解决方案

解决Vue中引入swiper,在数据渲染的时候,发生不滑动的问题

在Vue中使用了Swiper ,动态从后台获取数据的之后,swiper滑动失效??