scrollbarSnapOnRelease
如果设置为true,释放滚动条时slide自动贴合。
scrollbarSnapOnRelease参数
- 类型:
- boolean
- 默认:
- false
- 举例:
- true
- 启用版本:
- 3.1.5
效果演示
使用方法示例
<script type="text/javascript">
var mySwiper = new Swiper('.swiper-container',{
scrollbar:'.swiper-scrollbar',
scrollbarHide : false,
scrollbarDraggable : true ,
scrollbarSnapOnRelease : true ,
});
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/scrollbar/2015/1013/288.html
上一篇:scrollbarDraggable
下一篇:没有了