HTML & CSS Wiki

READ MORE

HTML & CSS Wiki

The CSS -webkit-animation-delay Apple extension property defines when an animation starts.

Values[]

Value Description
The time to begin executing an animation after it is applied. If 0 (default), the animation executes as soon as it is applied. If positive, it specifies an offset from the moment the animation is applied, and the animation delays execution by that offset. If negative, the animation executes the moment the property changes but appears to begin at the specified negative offset—that is, begins part-way through the animation. Nonzero values must specify a unit: s for seconds, ms for milliseconds.
now The animation begins immediately.