Skip to content

Commit 987b548

Browse files
authored
Add scroll-driven animations (web-platform-dx#582)
1 parent 54f5d8e commit 987b548

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Scroll-driven animations
2+
spec: https://drafts.csswg.org/scroll-animations-1/
3+
compat_features:
4+
- api.ScrollTimeline
5+
- api.ScrollTimeline.axis
6+
- api.ScrollTimeline.ScrollTimeline
7+
- api.ScrollTimeline.source
8+
- api.ViewTimeline
9+
- api.ViewTimeline.endOffset
10+
- api.ViewTimeline.startOffset
11+
- api.ViewTimeline.subject
12+
- api.ViewTimeline.ViewTimeline
13+
- css.properties.animation-range
14+
- css.properties.animation-range-end
15+
- css.properties.animation-range-start
16+
- css.properties.animation-timeline
17+
- css.properties.animation-timeline.scroll
18+
- css.properties.animation-timeline.view
19+
- css.properties.animation.animation-timeline_included
20+
- css.properties.scroll-timeline
21+
- css.properties.scroll-timeline-axis
22+
- css.properties.scroll-timeline-name
23+
- css.properties.timeline-scope
24+
- css.properties.view-timeline
25+
- css.properties.view-timeline-axis
26+
- css.properties.view-timeline-inset
27+
- css.properties.view-timeline-name

0 commit comments

Comments
 (0)