The animation-iteration-count property specifies the number of times an animation should be played.
animation-iteration-count: number|infinite|initial|inherit;
div { -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */ animation-iteration-count: 3;}