Play the animation three times:
![]()
The animation-iteration-count property is supported in Internet Explorer 10, Firefox, and Opera.
Safari and Chrome support an alternative, the -webkit-animation-iteration-count property.
Note: The animation-iteration-count property is not supported in Internet Explorer 9 and earlier versions.
The animation-iteration-count property defines how many times an animation should be played.
| Default value: | 1 |
|---|---|
| Inherited: | no |
| Version: | CSS3 |
| JavaScript syntax: | object.style.animationIterationCount=3 |
| Value | Description | Play it |
|---|---|---|
| n | A number that defines how many times an animation should be played | Play it » |
| infinite | Specifies that the animation should be played infinite times (for ever) | Play it » |
CSS3 tutorial: CSS3 Animations
Your message has been sent to W3Schools.