Animation Iteration Count Property. The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping. Numbers followed by -webkit-, -moz-, or -o- specify the first version that worked with a prefix.
If multiple values are specified, each time the animation is played the next value in the list is used, cycling back to the first value after the last one is used. To make it run as a loop we use the "infinite" keyword. The animation-iteration-count property in CSS is used to specify the number of times the animation will be repeated.
CSS animation-iteration-count property defines how many cycles an animation is repeated.
The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.
If you omit this property the animation will run one cycle by default. The CSS animation-iteration-count property allows you to specify how many iterations - or cycles - the animation will play. The numbers in the table specify the first browser version that fully supports the property.