标签:lin ota img rom 图片 init linear load line
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);}
}
标签:lin ota img rom 图片 init linear load line
原文地址:http://www.cnblogs.com/kevoin/p/6268811.html