From df621ca15a021a7118561bc429102db3d3d91913 Mon Sep 17 00:00:00 2001 From: zcorpan Date: Tue, 30 Jan 2024 22:35:35 +0100 Subject: [PATCH 1/2] Add Scroll-driven animations (positive) Closes #347 --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index f9d7e86..5db0274 100644 --- a/activities.json +++ b/activities.json @@ -1371,6 +1371,19 @@ "title": "Screen Wake Lock API", "url": "https://w3c.github.io/wake-lock/" }, + { + "ciuName": null, + "description": "Defines an API and markup 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.", From af0b9341d48e8af25ec7cadc774ae0845afc616b Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 31 Jan 2024 11:57:43 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- activities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activities.json b/activities.json index 5db0274..3a25cb6 100644 --- a/activities.json +++ b/activities.json @@ -1373,7 +1373,7 @@ }, { "ciuName": null, - "description": "Defines an API and markup for creating animations that are tied to the scroll offset of a scroll container.", + "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",