css.properties

animation-play-state

The animation-play-state property specifies whether an animation is running or paused.

Formal Syntax

animation-play-state = <single-animation-play-state># <single-animation-play-state> = running | paused

See specification

JavaScript Access

// Access via element.style element.style.animationPlayState = "running";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-play-state4316912
paused35412
running35412

Related Properties