animation:mymove 5s infinite; @keyframes mymove { from {left:0px;} to {left:200px;} } @-webkit-keyframes mymove /*Safari and Chrome*/ { from {left:0px;} to {left:200px;} }
css3 animation运用
原文:http://www.cnblogs.com/heshimei/p/7660250.html