CSS Property:
animation-play-state:

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

Result:
CSS Code:
div#myDIV {
animation-play-state:running;
}
Click the property values above to see the result
W3Schools.com - Play it