animation-delay
Expression Studio 4.0
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
animationanimation-direction
animation-duration
animation-iteration-count
animation-name
animation-timing-function
Important