---
layout: single
property_name: animation-iteration-count
---
Defines how many times the animation is played.
The animation will only play once.
You can use integer values to define a specific amount of times the animation will play.
By using the keyword
#animation-iteration-count
default
animation-iteration-count: 1;
animation-iteration-count: 2;
animation-iteration-count: infinite;
infinite, the animation will play indefinitely.