png图片的loading旋转

Posted 郭康勋kawhi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了png图片的loading旋转相关的知识,希望对你有一定的参考价值。

img{
  animation:rotate 1s linear infinite;
  -webkit-animation:rotate 1s linear infinite;
}

@keyframes rotate
{
from {transform:rotate(0) ;}
to {transform:rotate(360deg);}
}
@-webkit-keyframes rotate
{
from {transform:rotate(0) ;}
to {transform:rotate(360deg);}
}

以上是关于png图片的loading旋转的主要内容,如果未能解决你的问题,请参考以下文章

WebStorm导入图片:Image not loaded

Picasso load本地图片问题

mpvue 小程序加载不了图片 Error: Failed to load local image resource /images/xx.png the server responded with

Mac下使用pygame实现飞机大战load图片问题

Mac下使用pygame实现飞机大战load图片问题

Android操作系统中默认的loading动画怎么调用