CSS Property:
animation-iteration-count:

Note: The animation-iteration-count property is not supported in Internet Explorer 9 and earlier versions.

Result:
CSS Code:
#myDIV {
animation-iteration-count:1;
}
Click the property values above to see the result
W3Schools.com - Play it