animation:[[ animation-name ] || [ animation-duration ] || [ animation-timing-function ] || [ animation-delay ] || [ animation-iteration-count ] || [ animation-direction ]] [ , [ animation-name ] || [ animation-duration ] || [ animation-timing-function ] || [ animation-delay ] || [ animation-iteration-count ] || [ animation-direction ]]*
默认值:看每个独立属性
相关属性:[ animation-play-state ]
| 支持版本\类型 | IE | Firefox | Safari | Chrome | Opera | 
|---|---|---|---|---|---|
| 版本 | 6.0-9.0 | 4.0 | 5.1 | 13.0-16.0 | 11.50-11.60 | 
| 版本 | 10.0 | 5.0-9.0 | 
| 内核类型 | 写法 | 
|---|---|
| Webkit(Chrome/Safari) | -webkit-animation | 
| Gecko(Firefox) | -moz-animation | 
| Presto(Opera) | |
| Trident(IE) | -ms-animation | 
| W3C | animation |