CSS Property: animation-delay
[this page | pdf | back links]
The CSS (CSS3) animation-delay property specifies the
delay until the start of an animation.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
time
|
Length of time (in CSS time units) to start of
animation
|
|
Default Value:
|
0s
|
|
JavaScript syntax:
|
e.g. object.style.animationDelay="2s"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties