webkitanimationdelay
WebkitAnimationDelay is a CSS property that specifies a delay before an animation starts. It allows developers to control when a particular animation sequence begins, enabling more complex and synchronized animation effects. The value of WebkitAnimationDelay can be a time value, such as seconds (s) or milliseconds (ms), or it can be set to 'infinite' if the animation is intended to repeat indefinitely from the start without any delay between iterations.
When an animation is applied to an element, WebkitAnimationDelay dictates how long the browser will wait after
The property is part of the wider CSS Animations specification, with the 'webkit' prefix indicating its initial,