preventInteractionOnTransition
如果开启这个选项,当你的Swiper在过渡时将无法滑动
*4.1.5拼写错误preventIntercationOnTransition
*4.1.5拼写错误preventIntercationOnTransition
preventInteractionOnTransition信息
- 类型:
- boolean
- 默认:
- false
- 举例:
- true
- 启用版本:
- 4.1.5
效果演示
切换时滑动无效直到切换结束
使用方法示例
从Swiper7开始,容器默认类名由'.swiper-container'变更为'.swiper'。
<script language="javascript">
var mySwiper = new Swiper('.swiper',{
preventInteractionOnTransition : true,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://www.swiper.com.cn]
本文地址:https://www.swiper.com.cn/api/swiping/416.html
上一篇:focusableElements
下一篇:没有了