当前位置: 首页 > Web前端 > CSS

css3加载

时间:2023-03-30 16:19:09 CSS

@keyframesload{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}#load{width:200px;height:200px;animation:load1slinearinfinite;transform-origin:center中心;}效果一HTML

CSS.zh-loading{position:absolute;z-index:9;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.75);}.zh-loadingul{position:absolute;z-index:2;left:50%;top:50%;height:60px;overflow:hidden;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.zh-loadingulli{float:left;height:100%;width:4px;margin:02px;background-color:#ccc;-webkit-animation:stretchdelay1.2sinfiniteease-in-out;animation:stretchdelay1.2sinfiniteease-in-out;}.zh-loadingulli:nth-of-type(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}.zh-loadingulli:nth-of-type(3){-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}.zh-loadingulli:nth-of-type(4){-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}@-webkit-keyframesstretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1.0)}}@keyframesstretchdelay{0%,40%,100%{变换:scaleY(0.4);-webkit-transform:scaleY(0.4);}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0);}}效果二@keyframesload{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}#load{width:200px;height:200px;animation:load1slinearinfinite;transform-origin:center中心;}
效果三HTML
  • CSS.zh-loading{display:none;margin:1remauto0;width:34px;height:34px;}.zh-loadingli{float:left;width:14px;height:14px;margin:2px002px;background-color:#F2F2F2;}.zh-loadingli:nth-of-type(1){-webkit-animation:loadingEffect1sease1sinfinite;-ms-animation:loadingEffect1sease1sinfinite;animation:loadingEffect1sease1sinfinite;}.zh-loadingli:nth-of-type(2){-webkit-animation:loadingEffect1sease.25sinfinite;-ms-animation:loadingEffect1sease.25sinfinite;animation:loadingEffect1sease.25sinfinite;}.zh-loadingli:nth-of-type(3){-webkit-animation:loadingEffect1sease.75sinfinite;-ms-animation:loadingEffect1sease.75sinfinite;animation:loadingEffect1sease.75sinfinite;}.zh-loadingli:nth-of-类型(4){-webkit-animation:loadingEffect1sease.5sinfinite;-ms-animation:loadingEffect1sease.5sinfinite;animation:loadingEffect1sease.5sinfinite;}@-webkit-keyframesloadingEffect{to{background-颜色:#BCBCBC;}}@-ms-keyframesloadingEffect{to{background-color:#BCBCBC;}}@keyframesloadingEffect{to{background-color:#BCBCBC;}}参考文章:http://www.cnblogs.com/lhb25/...https://www.jianshu.com/p/0cc...