animation-delay

Sets the delay interval that will elapse before the animation will start.

Syntax

{ animation-delay:sVar }

Possible values

sVar

that specifies the amount of time to wait until the animation starts.

This property has a default value of 0. It is not inherited.

Remarks

Setting animation-delay to a negative value will cause the animation to start as though the specified delay had already elapsed.

Standards information

Important

This documentation is preliminary and subject to change.

See also

Concepts

animation
animation-direction
animation-duration
animation-iteration-count
animation-name
animation-timing-function

Other resources

animation-play-state

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.