2020年10月22日

js实现无缝连接轮播图(八)自动播放功能

摘要: <!-- 这个animate.js 必须写到 index.js的上面引入 --><script src="js/animate.js"></script><!-- 引入我们首页的js文件 --><script src="js/index.js"></script> HTML代码 <div class 阅读全文

posted @ 2020-10-22 12:59 sbird 阅读(1230) 评论(0) 推荐(0)

js实现无缝连接轮播图(七)实现左侧按钮的功能

摘要: <!-- 这个animate.js 必须写到 index.js的上面引入 --><script src="js/animate.js"></script><!-- 引入我们首页的js文件 --><script src="js/index.js"></script> HTML代码 <div class 阅读全文

posted @ 2020-10-22 12:49 sbird 阅读(473) 评论(0) 推荐(0)

js实现无缝连接轮播图(六)点击右侧按钮,实现小圆点也一起滚动

摘要: <!-- 这个animate.js 必须写到 index.js的上面引入 --><script src="js/animate.js"></script><!-- 引入我们首页的js文件 --><script src="js/index.js"></script> HTML代码 <div class 阅读全文

posted @ 2020-10-22 11:35 sbird 阅读(872) 评论(0) 推荐(0)

js实现无缝连接轮播图(六)cloneNode第一张图片放到最后

摘要: <!-- 这个animate.js 必须写到 index.js的上面引入 --><script src="js/animate.js"></script><!-- 引入我们首页的js文件 --><script src="js/index.js"></script> HTML代码 <div class 阅读全文

posted @ 2020-10-22 10:59 sbird 阅读(589) 评论(0) 推荐(0)

js实现无缝连接轮播图(五)点击右箭头,实现图片滚动

摘要: <!-- 这个animate.js 必须写到 index.js的上面引入 --><script src="js/animate.js"></script><!-- 引入我们首页的js文件 --><script src="js/index.js"></script> HTML代码 <div class 阅读全文

posted @ 2020-10-22 10:47 sbird 阅读(866) 评论(0) 推荐(0)

导航