animation动画的使用
生活随笔
收集整理的這篇文章主要介紹了
animation动画的使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
div{width:200px;margin:100px auto;animation:rotate 3s linear infinite;animation-duration:3s;動畫完成一個周期所用的時間,以秒計算animation-name:rotate;規定@keyframes動畫的名稱animation-timing-function:ease-in-out(低速開始和結束);規定動畫的速度曲線,linear-勻速,ease- 低速*快*慢animation-delay:2s;動畫開始前的延遲(可選);animation-iteration-count:1;規定動畫被播放的次數,默認1,infinite無限播放animation-direction:normal;規定動畫是否在下一周期逆向播放,normal正常播放,alternate輪流 反向播放}div img{width:100%;}@keyframes rotate{0%{transform: rotateZ(0deg);}100%{transform:rotateZ(360deg)}}
?
轉載于:https://www.cnblogs.com/chenchenhao/p/9890014.html
總結
以上是生活随笔為你收集整理的animation动画的使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: split函数
- 下一篇: WSL(Windows Subsyste