animation-iteration-count

CSS3

animation-iteration-count

  • 版本:CSS3
  • 继承性:无

语法:

animation-iteration-count:infinite | <number> [ , infinite | <number> ]*

默认值1

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

继承性:无

取值:

infinite:
无限循环
<number>
指定对象动画的具体循环次数

说明:

检索或设置对象动画的循环次数
  • 如果提供多个属性值,以逗号进行分隔。
  • 对应的脚本特性为animationIterationCount

兼容性:

  • = 支持
  • = 不支持
  • = 部分支持
支持版本\类型
版本 6-9 4 5.1.7 13-23 11.5-11.6
版本 10 5-18

示例: