From c71261dfca0502a564b526317b3baa5dc87b0f0e Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Fri, 15 Nov 2024 10:30:11 -0500 Subject: [PATCH 1/2] Update the web-animations description to include direct construction and modifying CSS animations and transitions. --- features/web-animations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/web-animations.yml b/features/web-animations.yml index 235dfc45345..9ca7fd6a56e 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 programmatic Animation interface for animating elements over time and synchronizing the animations of multiple elements. This can be used to construct new animations through the `animate()` method or `Animation` constructor as well as query and modify CSS animations and transitions retrieved via the `getAnimations()` method. spec: https://drafts.csswg.org/web-animations-1/ caniuse: web-animation group: animation From 8c30122a4990ea503635086578762ee36159aebd Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Fri, 14 Feb 2025 11:28:42 -0500 Subject: [PATCH 2/2] Update features/web-animations.yml Co-authored-by: Patrick Brosset --- features/web-animations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/web-animations.yml b/features/web-animations.yml index 9ca7fd6a56e..51171bd0c09 100644 --- a/features/web-animations.yml +++ b/features/web-animations.yml @@ -1,5 +1,5 @@ name: Web animations -description: The programmatic Animation interface for animating elements over time and synchronizing the animations of multiple elements. This can be used to construct new animations through the `animate()` method or `Animation` constructor as well as query and modify CSS animations and transitions retrieved via the `getAnimations()` method. +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