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 便可以解决此问题

***知识点***

官网介绍

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM