CSS3 loadding載入動畫效果
本章節分享一段程式碼例項,它利用css3實現了loadding動畫載入效果。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼執行程式碼<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style type="text/css"> #loading_1 { width: 400px; height: 200px; position: relative; animation: rotate 2s infinite; margin: 0 auto; } @keyframes rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } .cir { position: absolute; width: 16px; height: 16px; overflow: hidden; top: 92px; left: 192px; } #loading_1 div:nth-child(1) { background: #8EE5EE; } #loading_1 div:nth-child(2) { background: #FFE4B5; } #loading_1 div:nth-child(3) { background: #00CD00; } #loading_1 div:nth-child(4) { background: #FF6A6A; } .cir1 { animation: loading_1 2s linear infinite; } @keyframes loading_1 { 0% { top: 62px; left: 162px; } 50% { top: 92px; left: 192px; } 100% { top: 62px; left: 162px; } } .cir2 { animation: loading_2 2s linear infinite; } @keyframes loading_2 { 0% { top: 62px; left: 222px; } 50% { top: 92px; left: 192px; } 100% { top: 62px; left: 222px; } } .cir3 { animation: loading_3 2s linear infinite; } @keyframes loading_3 { 0% { top: 122px; left: 162px; } 50% { top: 92px; left: 192px; } 100% { top: 122px; left: 162px; } } .cir4 { animation: loading_4 2s linear infinite; } @keyframes loading_4 { 0% { top: 122px; left: 222px; } 50% { top: 92px; left: 192px; } 100% { top: 122px; left: 222px; } } #loading_2 { width: 400px; height: 200px; position: relative; margin: 0 auto; } #loading_2 div { width: 100px; height: 100px; position: absolute; margin-left: 150px; animation: loading 1.8s linear infinite; } #loading_2 span { display: block; width: 20px; height: 20px; border-radius: 20px; } @keyframes loading { 0% { transform: rotate(0deg); } 10% { transform: rotate(45deg); } 50% { opacity: 1; transform: rotate(160deg); } 62% { opacity: 0; } 65% { opacity: 0; transform: rotate(200deg); } 90% { transform: rotate(340deg); } 100% { transform: rotate(360deg); } } #loading_2 span { background: #8EE5EE; } #loading_2 div:nth-child(1) { animation-delay: 0.2s; } #loading_2 div:nth-child(2) { animation-delay: 0.4s; } #loading_2 div:nth-child(3) { animation-delay: 0.6s; } #loading_2 div:nth-child(4) { animation-delay: 0.8s; } #loading_3 { width: 400px; height: 200px; margin: 0 auto; } #loading_3 div { float: left; width: 10px; height: 80px; margin-left: 20px; animation: scale 1.5s linear infinite; } @keyframes scale { 0% { transform: scale(1, 1); } 50% { transform: scale(1, 1.8); } 100% { transform: scale(1, 1); } } #loading_3 div:nth-child(1) { background: #8EE5EE; margin-left: 150px; animation-delay: 0.2s; } #loading_3 div:nth-child(2) { background: #FFE4B5; animation-delay: 0.4s; } #loading_3 div:nth-child(3) { background: #00CD00; animation-delay: 0.6s; } #loading_3 div:nth-child(4) { background: #FF6A6A; animation-delay: 0.8s; } #loading_4 { width: 400px; height: 200px; margin: 0 auto; } #loading_4 div { width: 20px; height: 20px; float: left; margin-right: 20px; animation: dash 2s linear infinite; } @keyframes dash { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } #loading_4 div:nth-child(1) { background: #8EE5EE; margin-left: 100px; animation-delay: 0.2s; } #loading_4 div:nth-child(2) { background: #FFE4B5; animation-delay: 0.4s; } #loading_4 div:nth-child(3) { background: #00CD00; animation-delay: 0.6s; } #loading_4 div:nth-child(4) { background: #FF6A6A; animation-delay: 0.8s; } #loading_4 div:nth-child(5) { background: #FF7F24; animation-delay: 1s; } #loading_4 div:nth-child(6) { background: #FF00FF; animation-delay: 1.2s; } </style> </head> <body> <div id="loading_1"> <div class="cir cir1"><span></span></div> <div class="cir cir2"><span></span></div> <div class="cir cir3"><span></span></div> <div class="cir cir4"><span></span></div> </div> <div id="loading_2"> <div><span></span></div> <div><span></span></div> <div><span></span></div> <div><span></span></div> </div> <div id="loading_3"> <div></div> <div></div> <div></div> <div></div> </div> <div id="loading_4"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> </div> </body> </html>
相關文章
- CSS3 loadding載入效果CSSS3
- CSS3漂亮的loadding載入動畫CSSS3動畫
- CSS3載入等待動畫效果CSSS3動畫
- CSS3 loadding載入程式碼CSSS3
- CSS3 loadding旋轉等待動畫CSSS3動畫
- CSS3 loadding效果程式碼CSSS3
- CSS3動畫按鈕效果CSSS3動畫
- css3動畫效果抖動解決CSSS3動畫
- css3動畫完成打字機效果CSSS3動畫
- CSS3動畫效果下拉導航選單效果CSSS3動畫
- CSS3圖片上下動畫浮動效果CSSS3動畫
- 超酷的 CSS3 loading 預載入動畫特效CSSS3動畫特效
- CSS3水滴向下滴落動畫效果CSSS3動畫
- css3實現動畫閃爍效果CSSS3動畫
- CSS3旋轉載入等待效果CSSS3
- CSS3滑鼠懸浮動畫按鈕效果CSSS3動畫
- CSS3連結<a>滑鼠懸浮動畫效果CSSS3動畫
- CSS3五連珠載入等待效果CSSS3
- CSS3實現王者匹配時的粒子動畫效果CSSS3動畫
- web前端入門到實戰:css3迴圈,模擬拼多多動畫效果Web前端CSSS3動畫
- 使用css3實現小車行駛的動畫效果CSSS3動畫
- SAP UI的載入動畫效果和幽靈設計(Ghost Design)UI動畫
- CSS3動畫實現3D倒數計時效果CSSS3動畫3D
- CSS3中用background-image實現粒子動畫效果CSSS3動畫
- CSS3動畫之逐幀動畫CSSS3動畫
- app直播原始碼,等待時的載入動畫(交錯載入動畫)APP原始碼動畫
- CSS3 動畫解析CSSS3動畫
- CSS3 animation 動畫CSSS3動畫
- jQuery 效果 – 動畫jQuery動畫
- WPF loading載入動畫庫動畫
- 使用Lottie做載入動畫動畫
- 好看的Dialog載入動畫動畫
- CSS3 div水平運動效果CSSS3
- css3小球上下移動效果CSSS3
- Flutter入門篇(三)— 如何實現登入動畫效果Flutter動畫
- css3實現ps蒙版效果以及動畫,炫酷吊炸天!CSSS3動畫
- jQuery 動畫效果 與 動畫佇列jQuery動畫佇列
- JS動畫效果——多物體動畫JS動畫