animation-iteration-count
- 版本:CSS3
- 继承性:无
语法:
取值:
- infinite:
- 无限循环
- <number>:
- 指定对象动画的具体循环次数
说明:
检索或设置对象动画的循环次数
- 如果提供多个属性值,以逗号进行分隔。
- 对应的脚本特性为animationIterationCount。
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6.0-9.0 | 4.0 | 5.1 | 13.0 | 11.50-11.51 |
版本 | 10.0 | 5.0-6.0 |
写法:
内核类型 | 写法 |
---|---|
Webkit(Chrome/Safari) | -webkit-animation-iteration-count |
Gecko(Firefox) | -moz-animation-iteration-count |
Presto(Opera) | |
Trident(IE) | -ms-animation-iteration-count |
W3C | animation-iteration-count |