大疆官网的视频加载动画 by css3 animation
2018-06-24 00:59:42来源:未知 阅读 ()
前段时间,访问大疆官网的时候发现有个效果很不错的预加载动画,就不要脸的顺手拿过来了。有兴趣的童鞋可以拷走,记得要感谢大疆的前端工程师傅。用的时候得注意下兼容性,现代浏览器chrome、ff、edge以及移动端都是可以的,ie 9以下的就不行了。
代码如下:
css样式
.spinner {
margin: 0 auto;
width: 82px;
text-align: center;
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -41px;
opacity: .8;
cursor: pointer;
z-index: 8060;
}
.spinner>div {
margin: 0 2px;
width: 18px;
height: 18px;
background-color: #333;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-ms-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -.32s;
-moz-animation-delay: -.32s;
-ms-animation-delay: -.32s;
-o-animation-delay: -.32s;
animation-delay: -.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -.16s;
-moz-animation-delay: -.16s;
-ms-animation-delay: -.16s;
-o-animation-delay: -.16s;
animation-delay: -.16s;
}
@keyframes sk-bouncedelay {
0%,80%,100% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
}
html结构
<div id="fancybox-loading" class="spinner"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- HTML连载86-添加视频、伸缩布局 2020-05-06
- HTML 媒体(Media)与多媒体、视频、声音格式 2020-03-31
- 官网 2019-04-18
- IIS搭建Web服务器,外网可以访问,但无法加载视频 2019-01-01
- 给网站头部添加视频海报 2018-10-26
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash