這篇文章給大家分享的是有關css如何制作超萌吃豆豆加載動畫效果的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
網站建設哪家好,找成都創(chuàng)新互聯(lián)!專注于網頁設計、網站建設、微信開發(fā)、小程序開發(fā)、集團企業(yè)網站建設等服務項目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了達茂旗免費建站歡迎大家使用!豆豆加載效果
point_down:html代碼:
<div class="demo"> <div class="pacman"></div> <div class="dot"></div>
point_down:css代碼:
<style> @-webkit-keyframes up { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-30deg); } } @-moz-keyframes up { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-30deg); } } @-o-keyframes up { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-30deg); } } @keyframes up { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-30deg); } } @-webkit-keyframes down { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(30deg); } } @-moz-keyframes down { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(30deg); } } @-o-keyframes down { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(30deg); } } @keyframes down { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(30deg); } } @-webkit-keyframes r-to-l { 100% { margin-left: -1px; } } @-moz-keyframes r-to-l { 100% { margin-left: -1px; } } @-o-keyframes r-to-l { 100% { margin-left: -1px; } } @keyframes r-to-l { 100% { margin-left: -1px; } } body { background: #000; overflow: hidden; margin: 0; } body .pacman:before, body .pacman:after { content: ''; position: absolute; background: #FFC107; width: 100px; height: 50px; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px; border-radius: 50px 50px 0 0; -webkit-animation: up 0.4s infinite; -moz-animation: up 0.4s infinite; -o-animation: up 0.4s infinite; animation: up 0.4s infinite; } body .pacman:after { margin-top: -1px; border-radius: 0 0 50px 50px; -webkit-animation: down 0.4s infinite; -moz-animation: down 0.4s infinite; -o-animation: down 0.4s infinite; animation: down 0.4s infinite; } body .dot { position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin-top: -5px; margin-left: 30px; border-radius: 50%; background: #ccc; z-index: -1; box-shadow: 30px 0 0 #ccc, 60px 0 0 #ccc, 90px 0 0 #ccc, 120px 0 0 #ccc, 150px 0 0 #ccc; -webkit-animation: r-to-l 0.4s infinite; -moz-animation: r-to-l 0.4s infinite; -o-animation: r-to-l 0.4s infinite; animation: r-to-l 0.4s infinite; } </style>
感謝各位的閱讀!關于“css如何制作超萌吃豆豆加載動畫效果”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
網站題目:css如何制作超萌吃豆豆加載動畫效果-創(chuàng)新互聯(lián)
URL網址:http://jinyejixie.com/article30/dioepo.html
成都網站建設公司_創(chuàng)新互聯(lián),為您提供靜態(tài)網站、微信小程序、網頁設計公司、響應式網站、Google、企業(yè)建站
聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內容