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