animation

语法:

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 ]]*

默认值看每个独立属性

适用于:所有元素,包含伪对象:after和:before

继承性:无

相关属性:[ animation-play-state ]

取值:

[ animation-name ]:
检索或设置对象所应用的动画名称
[ animation-duration ]:
检索或设置对象动画的持续时间
[ animation-timing-function ]:
检索或设置对象动画的过渡类型
[ animation-delay ]:
检索或设置对象动画延迟的时间
[ animation-iteration-count ]:
检索或设置对象动画的循环次数
[ animation-direction ]:
检索或设置对象动画在循环中是否反向运动
[ animation-play-state ]:
检索或设置对象动画的状态。w3c正考虑是否将该属性移除,因为动画的状态可以通过其它的方式实现,比如重设样式

说明:

复合属性。检索或设置对象所应用的动画特效。
  • 如果提供多组属性值,以逗号进行分隔。
  • 对应的脚本特性为animation

兼容性:

  • 浅绿 = 支持
  • 红色 = 不支持
  • 墨绿 = 部分支持
  • 橙色 = 实验性质
支持版本\类型 IE Firefox Safari Chrome Opera
版本 6-9 4 5.1.7 13-23 11.5-11.6
版本 10 5-18

示例: