CSS3 animation-iteration-count 属性

实例

次:

div
{
animation-iteration-count:3;
-webkit-animation-iteration-count:3; /* Safari 和 Chrome */
}

Internet Explorer 10、Firefox 以及 Opera 支持 animation-iteration-count 属性。

Safari 和 Chrome -webkit-animation-iteration-count 属性。

注释:Internet Explorer 9 animation-iteration-count 属性。

animation-iteration-count 数。

默认值: 1
继承性: no
版本: CSS3
JavaScript 语法: object.style.animationIterationCount=3

语法

animation-iteration-count: n|infinite;
描述 测试
n 值。 测试
infinite 放。 测试

相关页面

CSS3 教程:CSS3 动画