Firefox Tomorrow

web api instance property

KeyframeEffect: iterationComposite property

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also