onSetWrapperTransform
回调函数,swiper的容器wrapper改变其坐标时执行。返回带当前transform 的偏移量的对象。
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
onSetWrapperTransform: function(swiper){
//自定义事件
}
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/callbacks/2014/1217/102.html
上一篇:onSetWrapperTransition
下一篇:没有了