longSwipes
设置为false时,进行长时间长距离的拖动无法触发Swiper。
longSwipes参数
- 类型:
- boolean
- 默认:
- true
- 举例:
- false
- 启用版本:
- 3.0.0
效果演示
true
false
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
longSwipes : false,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/touch/2015/0308/202.html