animation:mymove infinite;
-webkit-animation:mymove infinite;
-webkit-animation-duration:2s;
@-webkit-keyframes mymove
<p><strong>注释:</strong>Internet Explorer 9 以及更早的版本不支持 animation-name 属性。</p>
<p><b>注释:</b>始终规定 animation-duration 属性,否则时长为 0,就不会播放动画了。</p>