HTML and CSS Reference
In-Depth Information
Name
animation-play-state
Values:
running | paused [, running | paused ]*
Initial value:
running
Applies to:
Block-level and inline-level elements
Inherited:
No
Computed value:
Same as declared value
Description:
Defines the run state of one or more CSS animations. The default state of running is the most
useful in static CSS environments, but it can be used to easily stop or start animations via
DOM scripting or interactive CSS (e.g., :hover ).
Examples:
pre {animation-play-state: running, paused, running;}
table {animation-play-state: running;}
Note:
As of mid-2011, this property was being considered for removal from the CSS Animations
Module.
Search WWH ::




Custom Search