富贵资源网 Design By www.hznty.com
原生js焦点轮播图主要注意这几点:
1、前后按钮实现切换,同时注意辅助图
2、中间的button随着前后按钮对应切换,同时按button也能跳转到相应的index
3、间隔调用与无限轮播。
4、注意在动画时要停止按钮,或者说上一个动画完毕下一个动画才能执行
5、另外在切换图片的时候,底部的Button动画效果,是从底部开始往上升的,要用到transform:scale()和transform-origin:0 100%两个转换属性,代码如下
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewpoint" content="width=device-width,initial-scale=1,user-scalable="no"> <title>20170101</title> <style type="text/css"> a{text-decoration:none;color:#3DBBF5;} .wrapper{width:750px;height:350px;background:#001032;margin:20px auto;text-align:center;box-shadow:0 0 12px 2px hsla(0,20%,30%,0.5);padding:10px 15px;position:relative;} .effect{position:relative;cursor:pointer;} .effect:hover{color:#02a0e9;} .effect:before{width:100%;display:inline-block !important;position:absolute;height:1px;background:#02a0e9;transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transform:scale(0,1);content:'';bottom:-5px;left:0;} .effect:hover:before{transform:scale(1);-webkit-transform:scale(1);} #lunBo{margin-top:20px;overflow:hidden;height:300px;width:750px;position:relative;} #list{position:absolute;z-index:22;height:300px;width:5250px;} #list img{float:left;} #buttons { position: absolute; height: 20px; width: 150px; z-index: 99; bottom: 20px; left: 40%;} span { cursor: pointer; float: left; width: 10px; height: 5px; background: #333; margin-right: 10px;} .on { background: yellow;transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transform:scale(1,4);-ms-transform:scale(1,4);-moz-transform:scale(1,4);-webkit-transform:scale(1,4);transform-origin:0% 0%;-webkit-transform-origin:0% 100%;-moz-transform-origin:0% 100%;} .arrow { cursor: pointer; display: none; line-height: 39px; text-align: center; font-size: 36px; font-weight: bold; width: 40px; height: 100px; line-height:100px;position: absolute; z-index: 92; top: 30%; background-color: RGBA(0,0,0,.3); color: #fff;} .arrow:hover { background-color: RGBA(0,0,0,.7);} #lunBo:hover .arrow { display: block;} #prev { left: 0px;} #next { right: 0px;} </style> </head> <body> <div class="wrapper"> <a class="effect" href="#">2016完了,2017来了</a> <div id="lunBo"> <div id="list" style="left:-750px;"> <img src="/UploadFiles/2021-04-02/175856saeagzgsnwal15n5.jpg">以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,同时也希望多多支持!
富贵资源网 Design By www.hznty.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
富贵资源网 Design By www.hznty.com
暂无评论...