码迷,mamicode.com
首页 > Web开发 > 详细

Swiper.js使用遇到的问题总结

时间:2020-12-30 10:44:55      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:contain   wip   js使用   swipe   页面   因此   var   问题总结   swiper   

问题一:onSlideChangeEnd回调偶尔不触发

使用 fade 过渡方法,onSlideChangeEnd 回调偶尔触发,偶尔不触发。 因此使用 onTransitionEnd(过渡效果结束之后触发);

var mySwiper = new Swiper(‘.swiper-container‘,{
  effect: ‘fade‘,
  onTransitionEnd: function (swiper) {
    console.log("页面跳转到第:", swiper.activeIndex, " 页")
  }
})

问题二:

Swiper.js使用遇到的问题总结

标签:contain   wip   js使用   swipe   页面   因此   var   问题总结   swiper   

原文地址:https://www.cnblogs.com/ZerlinM/p/14185666.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!