This property defines whether the animation is running or paused. The initial value is 'running'.
Values for "animation-play-state"
CSS Level | Value |
CSS Animations Level 1 | "<single-animation-play-state>#", where <single-animation-play-state> = "running | paused" |
Notes
- So that animations work in major browsers, be sure to use the "animation-play-state" property and the equivalent proprietary properties like "-moz-animation-play-state", "-o-animation-play-state", and "-webkit-animation-play-state" ("-ms-animation-play-state" is not needed).
Recommended Links
Search Engine Links (for more information)