标签:contain wip js使用 swipe 页面 因此 var 问题总结 swiper
使用 fade 过渡方法,onSlideChangeEnd 回调偶尔触发,偶尔不触发。 因此使用 onTransitionEnd(过渡效果结束之后触发);
var mySwiper = new Swiper(‘.swiper-container‘,{
effect: ‘fade‘,
onTransitionEnd: function (swiper) {
console.log("页面跳转到第:", swiper.activeIndex, " 页")
}
})
标签:contain wip js使用 swipe 页面 因此 var 问题总结 swiper
原文地址:https://www.cnblogs.com/ZerlinM/p/14185666.html