KeyframeEffect: iterationComposite property
The iterationComposite
property of a KeyframeEffect
resolves how the animation's property value changes accumulate or override each other upon each of the animation's iterations.
Value
One of the following:
replace
-
The
keyframeEffect
value produced is independent of the current iteration. accumulate
-
Subsequent iterations of the
keyframeEffect
build on the final value of the previous iteration.
Specifications
Specification |
---|
Web Animations Level 2 # dom-keyframeeffect-iterationcomposite |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
iterationComposite |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
- Web Animations API
- Property of both
KeyframeEffect
objects.