From 7f88f37d799964c748be6199cf87c99e57101f10 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 7 Nov 2024 12:12:18 +0100 Subject: [PATCH] Add a key to Web Animations --- features/web-animations.yml | 1 + features/web-animations.yml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/features/web-animations.yml b/features/web-animations.yml index b0ed9c2c55c..235dfc45345 100644 --- a/features/web-animations.yml +++ b/features/web-animations.yml @@ -46,6 +46,7 @@ compat_features: - api.Animation.timeline - api.AnimationTimeline - api.AnimationTimeline.currentTime + - api.AnimationTimeline.duration - api.Document.timeline - api.DocumentTimeline - api.DocumentTimeline.DocumentTimeline diff --git a/features/web-animations.yml.dist b/features/web-animations.yml.dist index e0beb1924c3..e23681a619a 100644 --- a/features/web-animations.yml.dist +++ b/features/web-animations.yml.dist @@ -240,6 +240,7 @@ compat_features: # chrome: "115" # chrome_android: "115" # edge: "115" + - api.AnimationTimeline.duration - api.Element.animate.options_rangeEnd_parameter - api.Element.animate.options_rangeStart_parameter