The animation-delay
property sets the amount of time to wait before starting the animation loop. A value of 0s or 0ms starts the animation immediately. A negative value also enables the animation without delay, but may change the appearance of the start of the animation.
animation-delay: time;