使用@keyframe定義動畫后,在調(diào)用時沒有動畫效果..這是為什么呢
div.girl{ width:100px; height:100px; background:?url(EA9NbrlUIAEOtTm.jpg)?no-repeat; border-radius:?50%; animation:?ro?1s?infinite;}@keyframes?ro{ 100%{ transform:?rotate(360deg); }}
div.girl{ width:100px; height:100px; background:?url(EA9NbrlUIAEOtTm.jpg)?no-repeat; border-radius:?50%; animation:?ro?1s?infinite;}@keyframes?ro{ 100%{ transform:?rotate(360deg); }}
2020-03-01
舉報
2020-03-02
Internet Explorer 10、Firefox、 chorme以及 Opera 支持 animation 屬性。