图片360度旋转样式

css:
@-webkit-keyframes run{

from{
-webkit-transform:rotate(0deg);
}

to{
-webkit-transform:rotate(360deg);
}
}

img.style:

width: 98px;height:98px;-webkit-animation: run 5s linear 0s infinite;

posted @ 2022-02-15 14:43  yahhh  阅读(57)  评论(0)    收藏  举报