diff --git a/features/web-animations.yml b/features/web-animations.yml index 235dfc45345..51171bd0c09 100644 --- a/features/web-animations.yml +++ b/features/web-animations.yml @@ -1,5 +1,5 @@ name: Web animations -description: The `animate()` method of `Element` objects programmatically animates elements over time and can synchronize the animations of multiple elements. +description: The `animate()` method, together with the `Animation` interface, animates an element over time, possibly synchronizing the animations of multiple elements. The `getAnimations()` method queries and modifies current CSS animations, transitions, and web animations. spec: https://drafts.csswg.org/web-animations-1/ caniuse: web-animation group: animation