http://www.w3cplus.com/content/css3-animationcss
@-webkit-keyframes 'test' {css3
0% {}web
50% {}动画
100% {}spa
}orm
-webkit-animation:'test' 2s linear 1s infinite alternateanimation
-webkit-animation:name duration timing-function delay iteration-count directionit
animation-iteration-count:次数/infinite(无限次)io
animation-direction:normal/alternate(偶数次向前,奇数次反方向)function
animation-fill-mode:forwards(动画结束时的状态)
----------------------------------------------------------------------->
animation-play-state:running(运动)、paused(暂停) =>越少使用