HTML and CSS Reference
In-Depth Information
Name
animation-delay
Values:
<time> [, <time>]*
Initial value:
0ms
Applies to:
Block-level and inline-level elements
Inherited:
No
Computed value:
Same as declared value
Description:
Defines the amount of time that the user agent waits before starting the CSS animation(s).
The timer starts when the UA applies the animation CSS. For a noninteractive element, this is
likely (but not guaranteed) to be at the end of page load.
Examples:
body {animation-delay: 1s, 2000ms, 4s;}
a:hover {animation-delay: 400ms;}
Note:
As of mid-2011, the actual default value in the specification is 0 . It is given as 0ms here for
clarity's sake, as only length values and numbers are permitted unitless zeroes.
Search WWH ::




Custom Search