freeModeMomentumBounce
动量反弹。false时禁用free模式下的动量反弹,slides通过惯性滑动到边缘时,无法反弹。注意与resistance(手动抵抗)区分。
freeModeMomentumBounce参数
- 类型:
- boolean
- 默认:
- true
- 举例:
- false
- 启用版本:
- 3.0.0
效果演示
true
false
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
freeMode : true,
freeModeMomentumBounce : false,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/freemode/2014/1217/48.html