← Back to release summary

AnimationEffect and KeyframeEffect (excluding getKeyframes/setKeyframes & composite/iterationComposite)

Category
CSS
Type
New or changed feature
Status
Enabled by default (Chrome 75)
Intent stage
Prepare to ship

Summary

AnimationEffect and KeyframeEffect are part of the Web Animations API. They allow a developer interactive control over the following parts of their Animation: * the Animation target (i.e. what element is being animated) * the Animation timing properties (duration, delay, etc) We do not intend to ship the composite and iterationComposite members or the getKeyframes/setKeyframes methods at this time.

Standards & signals

Explainers: https://www.w3.org/TR/web-animations-1/#the-animationeffect-interface https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface

View on chromestatus.com