Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions features/web-animations.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
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 web animation API programmatically creates, inspects, and controls element animations, to change and synchronize appearance over time.
spec: https://drafts.csswg.org/web-animations-1/
caniuse: web-animation
group: animation
status:
compute_from: api.Element.animate
compute_from:
- api.Animation.Animation
- api.Animation.cancel
- api.Animation.pause
- api.Animation.play
- api.Animation.reverse
- api.Document.getAnimations
- api.Element.animate
- api.Element.getAnimations
compat_features:
- api.Element.animate
- api.Animation
Expand Down
20 changes: 10 additions & 10 deletions features/web-animations.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

status:
baseline: high
baseline_low_date: 2020-03-24
baseline_high_date: 2022-09-24
baseline_low_date: 2020-09-16
baseline_high_date: 2023-03-16
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Baseline high date has moved to the following calendar year, but I think that's OK since it's the Baseline low date is the one used as "Baseline year".

support:
chrome: "36"
chrome_android: "36"
edge: "79"
firefox: "48"
firefox_android: "48"
safari: "13.1"
safari_ios: "13.4"
chrome: "84"
chrome_android: "84"
edge: "84"
firefox: "75"
firefox_android: "79"
safari: "14"
safari_ios: "14"
compat_features:
# baseline: high
# baseline_low_date: 2019-12-17
Expand All @@ -29,7 +29,6 @@ compat_features:
- api.Element.animationiteration_event
- api.Element.animationstart_event

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-03-24
# baseline_high_date: 2022-09-24
Expand Down Expand Up @@ -172,6 +171,7 @@ compat_features:
- api.DocumentTimeline.DocumentTimeline
- api.Element.getAnimations

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-09-16
# baseline_high_date: 2023-03-16
Expand Down