国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

css實現葉子形狀loading效果

2024-07-11 08:30:11
字體:
來源:轉載
供稿:網友

本文實例講述了css實現葉子形狀loading效果的方法。。具體實現方法如下:


復制代碼
代碼如下:
<!doctype html>
<html>
<head>
<style type="text/css">
body{ background: #000;}
.color1{ background: #FDE515;}
.color2{ background: #00DEF2;}

@-webkit-keyframes loadRotate{
from{ -webkit-transform:rotateZ(0deg);}
to{ -webkit-transform:rotateZ(360deg);}
}
@keyframes loadRotate{
from{ transform:rotateZ(0deg);}
to{ transform:rotateZ(360deg);}
}

#loading{ width: 100px; height: 100px; position: absolute; left:50%; top:50%; margin-left:-50px; margin-top: -50px; -webkit-animation:loadRotate 3s linear infinite; -webkit-animation-fill-mode:both; animation:loadRotate 3s linear infinite; animation-fill-mode:both;}
#loading div{ width: 20px; height:30px; position: absolute;left:40px; top:35px; -webkit-transform:rotateZ(0) translateX(60px) ; opacity: 1; border-radius: 50% 0; }
#loading div:nth-child(2){-webkit-transform:rotateZ(36deg) translateX(60px) ; opacity: 0.8; }
#loading div:nth-child(3){-webkit-transform:rotateZ(72deg) translateX(60px); opacity: 0.6; }
#loading div:nth-child(4){-webkit-transform:rotateZ(108deg) translateX(60px); opacity: 0.4;}
#loading div:nth-child(5){-webkit-transform:rotateZ(144deg) translateX(60px) ; opacity: 0.2;}

#loading div:nth-child(6){-webkit-transform:rotateZ(180deg) translateX(60px) ; opacity: 1; }
#loading div:nth-child(7){-webkit-transform:rotateZ(216deg) translateX(60px) ; opacity: 0.8; }
#loading div:nth-child(8){-webkit-transform:rotateZ(252deg) translateX(60px) ; opacity: 0.6; }
#loading div:nth-child(9){-webkit-transform:rotateZ(288deg) translateX(60px) ; opacity: 0.4; }
#loading div:nth-child(10){-webkit-transform:rotateZ(324deg) translateX(60px) ; opacity: 0.2; }

</style>
</head>
<body>

<div id="loading">
<div class="color1"></div>
<div class="color1"></div>
<div class="color1"></div>
<div class="color1"></div>
<div class="color1"></div>
<div class="color2"></div>
<div class="color2"></div>
<div class="color2"></div>
<div class="color2"></div>
<div class="color2"></div>
</div>

</body>
</html>

運行效果如下圖所示:

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 河南省| 老河口市| 皮山县| 寻乌县| 瓦房店市| 嘉黎县| 洪洞县| 红原县| 康保县| 青海省| 鹤庆县| 象州县| 丰城市| 琼海市| 武乡县| 甘孜县| 阿巴嘎旗| 罗源县| 达州市| 长寿区| 宁晋县| 大冶市| 包头市| 汉寿县| 武山县| 同江市| 依安县| 凤阳县| 稷山县| 青龙| 迭部县| 栾川县| 仙游县| 思南县| 东阳市| 永靖县| 昌邑市| 康马县| 独山县| 波密县| 灵川县|