monks/animation_play_state
The animation-play-state CSS property sets whether an animation is running or paused.
Resuming a paused animation will start the animation from where it left off at the time it was paused, rather than starting over from the beginning of the animation sequence.
Values
pub const paused: #(String, String)
- : The animation is currently paused.> [!NOTE]> When you specify multiple comma-separated values on an
animation-*property, they are applied to the animations in the order in which the {{cssxref(“animation-name”)}}s appear. For situations where the number of animations andanimation-*property values do not match, see Setting multiple animation property values.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for animation-play-state
pub const revert_layer: #(String, String)