animation-direction

语法:

animation-direction:normal | alternate [ , normal | alternate ]*

默认值normal

取值:

normal:
正常方向
alternate:
正常与反向交替

说明:

检索或设置对象动画在循环中是否反向运动
  • 如果提供多个属性值,以逗号进行分隔。
  • 对应的脚本特性为animationDirection

兼容性:

  • 浅绿 = 支持
  • 红色 = 不支持
  • 墨绿 = 部分支持
  • 橙色 = 实验性质
支持版本\类型 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-direction
Gecko(Firefox) -moz-animation-direction
Presto(Opera)
Trident(IE) -ms-animation-direction
W3C animation-direction

示例: