onScrollbarDrag
回调函数,在拖动滚动条的过程中执行。
该函数为Swiper Scrollbar插件函数,使用前需先加载插件。
该函数为Swiper Scrollbar插件函数,使用前需先加载插件。
效果演示
使用方法示例
<script type="text/javascript">
var mySwiper = new Swiper('.swiper-container',{
scrollbar: {
container : '.swiper-scrollbar',
hide : false,
onScrollbarDrag: function(swiper){
//你的事件
}
},
});
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/scrollbar/2015/0205/188.html
上一篇:dragSize
下一篇:没有了