swiper 常用参数_编程笔记

swiper 常用参数

2024-04-19 14:04:58  浏览:772  作者:保利尼奥
swiper 回调函数 on: { slideChangeTransitionEnd: function(){ console.log(this.activeIndex) if (this.activeInd...
swiper回调函数

on: {
    slideChangeTransitionEnd: function(){
        console.log(this.activeIndex)
        if (this.activeIndex == 1){
            $('.counter').countUp();
        }
    },
},

 noSwipingClass : 'swiper-slide',   // 禁止拖拽


评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部