css.properties

animation-iteration-count

The animation-iteration-count property specifies the number of times an animation plays.

Formal Syntax

animation-iteration-count = <single-animation-iteration-count># <single-animation-iteration-count> = infinite | <number [0,โˆž]>

See specification

JavaScript Access

// Access via element.style element.style.animationIterationCount = 1;

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-iteration-count4316912
infinite35412

Related Properties