diff --git a/css/properties/animation-timeline.json b/css/properties/animation-timeline.json index 706c250db7988..8898a466b8c46 100644 --- a/css/properties/animation-timeline.json +++ b/css/properties/animation-timeline.json @@ -40,6 +40,49 @@ "standard_track": true, "deprecated": false } + }, + "scroll": { + "__compat": { + "description": "scroll()", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll", + "spec_url": "https://w3c.github.io/csswg-drafts/scroll-animations-1/#funcdef-scroll", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "101", + "notes": "Zero scroll range is treated as 100% but should be 0% (see bug 1780865).", + "flags": [ + { + "type": "preference", + "name": "layout.css.scroll-linked-animations.enabled", + "value_to_set": "true" + } + ] + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } }