• 资源分类:手机事件
  • 最后更新:2011-11-11
  • 下载积分:5【升级会员送积分】
  • 积分说明:【上传资源赚积分】
  • 收藏
    资源语言: 中文

    一款非常不错的PC手机端通用的jQuery响应式幻灯片轮播特效,仿小猪CMS官网首页焦点图幻灯片切换代码。


    js代码

    <script src="https://img.x22t.com/file/2020/04/25/4cf1bdb28e1d40b3eb5d47c48e7b1f462871.js"></script>
    <script src="https://img.x22t.com/file/2020/04/25/baa382261fd46b37e7b3bc3f8a5378a53975.js"></script>
    <script src="https://img.x22t.com/file/2020/04/25/7ceca2220c1db1070886c8c71a692fb44708.js"></script>
    <script>        
    var mySwiper = new Swiper (".swiper-container", {
    	pagination: ".pagination",
    	paginationClickable :true,
    	autoplay : 10000,
    	speed:1,
    
    	//autoplayDisableOnInteraction : false,
    	
    	onInit: function(swiper){ //Swiper2.x的初始化是onFirstInit
    		swiperAnimateCache(swiper); //隐藏动画元素 
    		swiperAnimate(swiper); //初始化完成开始动画
    	}, 
    	onSlideChangeEnd: function(swiper){ 
    	swiperAnimate(swiper); //每个slide切换结束时也运行当前slide动画
    	} 
    })
      
    $(".arrow-left").on("click", function(e){
    	e.preventDefault()
    	mySwiper.swipePrev()
    })
    $(".arrow-right").on("click", function(e){
    	e.preventDefault()
    	mySwiper.swipeNext()
    })    
    </script> 
    

    提示:
    1、资源共享网(www.08i8.com)手机事件资源《PC手机端通用的jQuery响应式幻灯片轮播特效》仅供研究学习请勿商用!
    2、如果发现本资源违法或侵权请【报告管理员】
    3、您所看到的所有资源都是网友分享,资源共享网(www.08i8.com)无法保证都能正常下载使用,
    4、如果您发现资源无法下载或无法使用请【报告管理员】,管理员会联系资源发布者补充新资源!
    5、如果暂时无法补充新资源,【只退积分!不退款!
    6、关注微信公众号:《国资互联联盟》 不迷路!

    标签

    与《PC手机端通用的jQuery响应式幻灯片轮播特效》相关的《插件》

    admin
    admin

    0

    0

    0

    ( 此人很懒并没有留下什么~~ )

    首页

    栏目

    搜索

    会员