From 275f92cb8b0f3d0cbc97fc1ed9d42b0320e207b8 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Thu, 1 Feb 2024 04:17:08 +0100 Subject: [PATCH] Add Scroll-driven animations (positive) (#978) * Add Scroll-driven animations (positive) Closes #347 * Apply suggestions from code review --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index f9d7e86..3a25cb6 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 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.",