這篇文章主要講解了“CSS3 如何實現圖形下落動畫效果”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“CSS3 如何實現圖形下落動畫效果”吧!
堅守“ 做人真誠 · 做事靠譜 · 口碑至上 · 高效敬業 ”的價值觀,專業網站建設服務10余年為成都塔吊租賃小微創業公司專業提供成都定制網站營銷網站建設商城網站建設手機網站建設小程序網站建設網站改版,從內容策劃、視覺設計、底層架構、網頁布局、功能開發迭代于一體的高端網站建設服務。先看效果
實現代碼
<div class="box box1"></div> <div class="box box2"></div> <div class="box box3"></div> <div class="box box4"></div> <div class="box box5"></div> <div class="box box6"></div>
* { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100%; height: auto; background: #f90; overflow: hidden; } .box { width: 50px; height: 50px; background: #f70; transform: rotate(45deg); position: absolute; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); } .box1 { left: calc(50% - 25px); top: calc(100% - 75px); animation: box1 cubic-bezier(1, 0, 0.45, 1.4) 2s 1; } .box2 { left: calc(50% - 65px); top: calc(100% - 115px); animation: box2 cubic-bezier(1, 0, 0.45, 1.4) 2.5s 1; } .box3 { left: calc(50% + 15px); top: calc(100% - 115px); animation: box3 cubic-bezier(1, 0, 0.45, 1.4) 3s 1; } .box4 { left: calc(50% + 55px); top: calc(100% - 155px); animation: box4 cubic-bezier(1, 0, 0.45, 1.4) 3.5s 1; } .box5 { left: calc(50% - 105px); top: calc(100% - 155px); animation: box5 cubic-bezier(1, 0, 0.45, 1.4) 4s 1; } .box6 { left: calc(50% - 25px); top: calc(100% - 155px); animation: box6 cubic-bezier(1, 0, 0.45, 1.4) 4.5s 1; } @keyframes box1 { from { top: -100px; } to { top: calc(100% - 75px); } } @keyframes box2 { from { top: -100px; } to { top: calc(100% - 115px); } } @keyframes box3 { from { top: -100px; } to { top: calc(100% - 115px); } } @keyframes box4 { from { top: -100px; } to { top: calc(100% - 155px); } } @keyframes box5 { from { top: -100px; } to { top: calc(100% - 155px); } } @keyframes box6 { from { top: -100px; } to { top: calc(100% - 155px); } }
感謝各位的閱讀,以上就是“CSS3 如何實現圖形下落動畫效果”的內容了,經過本文的學習后,相信大家對CSS3 如何實現圖形下落動畫效果這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創新互聯網站建設公司,,小編將為大家推送更多相關知識點的文章,歡迎關注!
新聞標題:CSS3如何實現圖形下落動畫效果-創新互聯
文章路徑:http://m.newbst.com/article22/dgjecc.html
成都網站建設公司_創新互聯,為您提供網站營銷、品牌網站制作、ChatGPT、微信小程序、外貿網站建設、網站建設
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯