我们专注攀枝花网站设计 攀枝花网站制作 攀枝花网站建设
成都网站建设公司服务热线:400-028-6601

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

swiper手动滑动后失效解决

     var mySwiper = new Swiper('.swiper-container', {
        autoplay: {
            disableOnInteraction: false,
            delay: 2500,
        },
        preventLinksPropagation: false,   // 阻止点击事件冒泡
        speed: 500,
        loop: true,
        // 如果需要分页器
        pagination: {
            el: '.swiper-pagination',
        },
            // 如果需要前进后退按钮
        navigation: {
        nextEl: '.swiper-button-next',
        prevEl: '.swiper-button-prev',
        },
        onSlideChangeEnd: function (swiper) { // pagination BUG
            var activeIndex = swiper.activeIndex;
            $('.swiper-pagination')
                .find('span')
                .eq(activeIndex)
                .addClass('swiper-pagination-bullet-active')
                .siblings()
                .removeClass('swiper-pagination-bullet-active');
        }
    });
    // 鼠标移入停止自动滚动
    $('.swiper-slide').mouseenter(function() {
        mySwiper.autoplay.stop();
    })
    // 鼠标移出开始自动滚动
    $('.swiper-slide').mouseleave(function() {
        mySwiper.autoplay.start();
    })

网站栏目:swiper手动滑动后失效解决
当前URL:http://mswzjz.cn/article/pisdje.html

其他资讯