shortSwipes
设置为false时,进行快速短距离的拖动无法触发Swiper。
shortSwipes参数
- 类型:
- boolean
- 默认:
- true
- 举例:
- false
效果演示
小量迅速滑动以查看效果。
true
false
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
shortSwipes : false,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/touch/2014/1217/60.html