Animation: replaceState property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2020.

The read-only Animation.replaceState property of the Web Animations API indicates whether the animation has been removed by the browser automatically after being replaced by another animation.

Value

A string that represents the replace state of the animation. The value can be one of:

active

The initial value of the animation's replace state when the animation is created.

persisted

The animation has been explicitly persisted by invoking Animation.persist() on it.

removed

The animation has been removed by the browser automatically.

Specifications

Specification
Web Animations
# dom-animation-replacestate

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
replaceState

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also