Skip to content

Commit

Permalink
Add Scroll-driven animations (positive) (#978)
Browse files Browse the repository at this point in the history
* Add Scroll-driven animations (positive)

Closes #347

* Apply suggestions from code review
  • Loading branch information
zcorpan authored Feb 1, 2024
1 parent 225093b commit 275f92c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,19 @@
"title": "Screen Wake Lock API",
"url": "https://w3c.github.io/wake-lock/"
},
{
"ciuName": null,
"description": "Defines CSS properties and an API for creating animations that are tied to the scroll offset of a scroll container.",
"id": "scroll-animations",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll-driven_animations",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1676780",
"mozPosition": "positive",
"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.",
"mozPositionIssue": 347,
"org": "W3C",
"title": "Scroll-driven Animations",
"url": "https://drafts.csswg.org/scroll-animations-1/"
},
{
"ciuName": null,
"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.",
Expand Down

0 comments on commit 275f92c

Please sign in to comment.