CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: "animation-iteration-count" CSS property

The "animation-iteration-count" CSS Property

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 LevelValue
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)

Help us improve this page: Suggest a link or noteReport a problem