snapOnRelease
snapOnRelease参数
- 类型:
 - boolean
 - 默认:
 - false
 - 举例:
 - true
 
效果演示
	false
	true
使用方法示例
<script type="text/javascript">
var mySwiper = new Swiper('.swiper-container',{
scrollbar: {
container : '.swiper-scrollbar',
hide: false,
snapOnRelease : true,
}
}); 
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/scrollbar/2015/0205/186.html