标签:anim web nim ini 运用 chrome mes animation ima
animation:mymove 5s infinite;
@keyframes mymove
{
from {left:0px;}
to {left:200px;}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:200px;}
}
标签:anim web nim ini 运用 chrome mes animation ima
原文地址:http://www.cnblogs.com/heshimei/p/7660250.html