The AnimationEffect
interface of the Web Animations API defines current and future animation effects like KeyframeEffect
, which can be passed to Animation
objects for playing, and KeyframeEffectReadOnly
(which is used by CSS Animations and Transitions).
Documentation AnimationEffect by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: