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;