css.properties

animation-composition

The animation-composition property specifies how animation effects are combined with other animations.

Formal Syntax

animation-composition = <single-animation-composition># <single-animation-composition> = replace | add | accumulate

See specification

JavaScript Access

// Access via element.style element.style.animationComposition = "replace";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-composition11211516112
accumulate11211516112
add11211516112
replace11211516112

Related Properties