Skip to content

Commit 16333aa

Browse files
committed
Update web-animations pinned keys and description
Fixes web-platform-dx#2244
1 parent fc1e2ba commit 16333aa

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

features/web-animations.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
name: Web animations
2-
description: The `animate()` method of `Element` objects programmatically animates elements over time and can synchronize the animations of multiple elements.
2+
description: The web animation API programmatically creates, inspects, and controls elements' animations, to change and synchronize elements' appearance over time.
33
spec: https://drafts.csswg.org/web-animations-1/
44
caniuse: web-animation
55
group: animation
66
status:
7-
compute_from: api.Element.animate
7+
compute_from:
8+
- api.Animation.Animation
9+
- api.Animation.cancel
10+
- api.Animation.pause
11+
- api.Animation.play
12+
- api.Animation.reverse
13+
- api.Document.getAnimations
14+
- api.Element.animate
15+
- api.Element.getAnimations
816
compat_features:
917
- api.Element.animate
1018
- api.Animation

features/web-animations.yml.dist

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
status:
55
baseline: high
6-
baseline_low_date: 2020-03-24
7-
baseline_high_date: 2022-09-24
6+
baseline_low_date: 2020-09-16
7+
baseline_high_date: 2023-03-16
88
support:
9-
chrome: "36"
10-
chrome_android: "36"
11-
edge: "79"
12-
firefox: "48"
13-
firefox_android: "48"
14-
safari: "13.1"
15-
safari_ios: "13.4"
9+
chrome: "84"
10+
chrome_android: "84"
11+
edge: "84"
12+
firefox: "75"
13+
firefox_android: "79"
14+
safari: "14"
15+
safari_ios: "14"
1616
compat_features:
1717
# baseline: high
1818
# baseline_low_date: 2019-12-17
@@ -29,7 +29,6 @@ compat_features:
2929
- api.Element.animationiteration_event
3030
- api.Element.animationstart_event
3131

32-
# ⬇️ Same status as overall feature ⬇️
3332
# baseline: high
3433
# baseline_low_date: 2020-03-24
3534
# baseline_high_date: 2022-09-24
@@ -172,6 +171,7 @@ compat_features:
172171
- api.DocumentTimeline.DocumentTimeline
173172
- api.Element.getAnimations
174173

174+
# ⬇️ Same status as overall feature ⬇️
175175
# baseline: high
176176
# baseline_low_date: 2020-09-16
177177
# baseline_high_date: 2023-03-16

0 commit comments

Comments
 (0)