The animation-delay property specifies a delay for the start of an animation.The animation-delay value is defined in seconds (s) or milliseconds (ms).
animation-delay: time|initial|inherit;
div { -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */ animation-delay: 2s;}