This property specifies the number of times an animation cycle is played. Non-integer numbers are allowed but negative values are not. The initial/default value is '1'.
Values for "animation-iteration-count"
CSS Level | Value |
CSS Animations Level 1 | "<single-animation-iteration-count>#", where <single-animation-iteration-count> = "infinite | <number [0,∞]>" |
Notes
- So that animations work in major browsers, be sure to use the "animation-iteration-count" property and the equivalent proprietary properties like "-moz-animation-iteration-count", "-o-animation-iteration-count", and "-webkit-animation-iteration-count" ("-ms-animation-iteration-count" is not needed).
Recommended Links
Search Engine Links (for more information)