<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Document</title><style>#box {width: 200px;height: 200px;background-image: url(./img/天气之子2.jpg);background-size: 400px auto;animation: xiaoxiaomantou 3s linear infinite;}/*xiaoxiaomantou:动画名称2s:动画时间linear:匀速infinite:规定动画应该无限次播放*/@keyframes xiaoxiaomantou {100% {transform: rotate(360deg);}}</style></head><body><div id=\"box\"></div></body></html>
css 简单滴旋转动画
未经允许不得转载:爱站程序员基地 » css 简单滴旋转动画