CSS animation-iteration-count 属性
下面还有更多“亲自试一试”的例子。
定义和用法
属性指定动画应播放的次数。animation-iteration-count
浏览器支持
表格中的数字指定第一个完全支持该属性的浏览器版本。
属性 | |||||
---|---|---|---|---|---|
animation-iteration-count | 43 | 10 | 16 | 9 | 30 |
CSS 语法
animation-iteration-count: number|infinite|initial|inherit;
属性值
值 | 描述 | 演示 |
---|---|---|
number | 一个数字,定义动画应该播放多少次。默认值为 1 | 播放 » |
infinite | 指定动画应无限次播放(永远) | 播放 » |
initial | 将此属性设置为其默认值。 了解initial | |
inherit | 从其父元素继承此属性。 了解inherit |
更多示例
相关页面
CSS 教程:CSS 动画
HTML DOM 参考:animationIterationCount 属性