Repeat, repeat, repeat

animation-iteration-count

How many times should the animation be repeated.

Property values

A positive number or the keyword infinite.

number Run the animation this many times, then halt
infinite Continuously play the animation

Examples

animation-iteration-count: 5;
animation-iteration-count: infinite;
animation-iteration-count
0

style > animation > animation-iteration-countRepeat, repeat, repeat

🔗 🔎