CSS Property:
animation-delay:

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

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