transitiondelay
Transition-delay is a CSS property that specifies the amount of time to wait before starting a transition after a property value change triggers the transition. It works in conjunction with transition-duration and transition-property to control when and how a transition occurs on an element.
The syntax accepts time values in seconds (s) or milliseconds (ms). When multiple properties are being transitioned,
Common usage involves delaying the start of a transition to create staggered or synchronized effects. For example,
Transition-delay interacts with transition-duration: the animation does not begin until the delay has elapsed, and then
Browser support for transition-delay is excellent across modern browsers. It is typically used with the shorthand