最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
当前位置: 首页 - 科技 - 知识百科 - 正文

大疆官网的视频加载动画bycss3animation

来源:懂视网 责编:小采 时间:2020-11-27 18:53:07
文档

大疆官网的视频加载动画bycss3animation

大疆官网的视频加载动画bycss3animation:用的时候得注意下兼容性,现代浏览器chrome、ff、edge以及移动端都是可以的,ie 9以下的就不行了。代码如下: css样式.spinner { margin: 0 auto; width: 82px; text-align: center; } #fancybox-loading { position:
推荐度:
导读大疆官网的视频加载动画bycss3animation:用的时候得注意下兼容性,现代浏览器chrome、ff、edge以及移动端都是可以的,ie 9以下的就不行了。代码如下: css样式.spinner { margin: 0 auto; width: 82px; text-align: center; } #fancybox-loading { position:

用的时候得注意下兼容性,现代浏览器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>

更多大疆官网的视频加载动画 by css3 animation相关文章请关注PHP中文网!

声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文档

大疆官网的视频加载动画bycss3animation

大疆官网的视频加载动画bycss3animation:用的时候得注意下兼容性,现代浏览器chrome、ff、edge以及移动端都是可以的,ie 9以下的就不行了。代码如下: css样式.spinner { margin: 0 auto; width: 82px; text-align: center; } #fancybox-loading { position:
推荐度:
标签: 加载 动画 载入
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top