CSS Property: transition-delay
[this page | pdf | back links]
The CSS (CSS3) transition-delay property indicates when
a transition will start.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
time
|
The CSS time to wait before
transition effect starts
|
|
Default Value:
|
0s
|
|
JavaScript syntax:
|
e.g. object.style.transitionDelay="5s"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties