CSS animation-play-state Property
It is a shortcut for indicating animation properties in order to write faster code.
Syntax
Property Values
| Value | Description |
|---|---|
| normal | This specifies that the animation has been halted. |
| reverse | The default value. Specifies whether or not the animation is active. |
| initial | Set this property's value to the default. |
| inherit | This attribute is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| animation-play-state |
43.0
4.0 -webkit- |
16.0
5.0 -moz- |
9.0
4.0 -webkit- |
10.0 |
30.0
15.0 -webkit- 12.0 -o- |