CSS animationiterationcount Property (original) (raw)

CSS animation-iteration-count Property

Last Updated : 23 Aug, 2024

The _animation-iteration-count property in CSS specifies the number of times an animation should be repeated. It can also be set to infinite to repeat the animation indefinitely.

**Syntax

animation-iteration-count: number | infinite | initial | inherit;

**Property Value

**Example: HTML program to illustrate animation-iteration-count

html `

CSS | animation-iteration-count Property