本站勉强运行了: 918天12小时21分26秒

swiper

当前位置:首页 > 前端 > swiper

svg swiper

...
<script type="text/javascript">
    var swiper = new Swiper('.lunbotu', {
        effect : 'fade',
        pagination'.lunbotu .swiper-pagination',
        paginationClickabletrue,
        speed1000,
        observertrue,
        observeParentstrue,
        looptrue,
        autoplay4000,
        autoplayDisableOnInteractionfalse,
        autoHeighttrue//高度随内容变化
        observertrue,
        observeParentstrue,
        onPaginationRendered:function(swiper, paginationContainer){
            $('.swiper-pagination-bullet').append('<svg><circle cx="19" cy="19" r="18" fill="none"></circle></svg><span></span>');
        },
        onInitfunction(swiper){
            swiperAnimateCache(swiper);
            swiperAnimate(swiper);
        },
        onSlideChangeStartfunction(swiper{
            swiperAnimate(swiper);
        },
    });


    $('.timer').countUp({
        delay10,
        time2000,
    });

</script>


上一篇:swiper 嵌套切换

下一篇:swiper 组合参数

相关内容

文章评论

表情

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