animation:mymove 5s infinite;
animation-timing-function:linear;
-webkit-animation:mymove 5s infinite;
-webkit-animation-timing-function:linear;
@-webkit-keyframes mymove
<p><strong>注释:</strong>Internet Explorer 9 以及更早的版本不支持 animation-timing-function 属性。</p>