Skip to content

Commit 275f92c

Browse files
authored
Add Scroll-driven animations (positive) (#978)
* Add Scroll-driven animations (positive) Closes #347 * Apply suggestions from code review
1 parent 225093b commit 275f92c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

activities.json

+13
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,19 @@
13711371
"title": "Screen Wake Lock API",
13721372
"url": "https://w3c.github.io/wake-lock/"
13731373
},
1374+
{
1375+
"ciuName": null,
1376+
"description": "Defines CSS properties and an API for creating animations that are tied to the scroll offset of a scroll container.",
1377+
"id": "scroll-animations",
1378+
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll-driven_animations",
1379+
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1676780",
1380+
"mozPosition": "positive",
1381+
"mozPositionDetail": "Animations linked to scrolling is desired for some web applications or web sites. A declarative solution allows for better user control and should be easier to use for web developers.",
1382+
"mozPositionIssue": 347,
1383+
"org": "W3C",
1384+
"title": "Scroll-driven Animations",
1385+
"url": "https://drafts.csswg.org/scroll-animations-1/"
1386+
},
13741387
{
13751388
"ciuName": null,
13761389
"description": "A use of TLS Exported Authenticators is described which enables HTTP/2 clients and servers to offer additional certificate-based credentials after the connection is established. The means by which these credentials are used with requests is defined.",

0 commit comments

Comments
 (0)