css.properties

animation-iteration-count

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

Formal Syntax

<single-animation-iteration-count>#

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-iteration-count4316912
infinite35412

Related Properties