The transition-delay
property sets the amount of time to wait before starting the transition effect.
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.
transition-delay: time;