Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF101 CSS scroll() function on animation_timeline #18064

Merged
merged 3 commits into from Oct 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 43 additions & 0 deletions css/properties/animation-timeline.json
Expand Up @@ -40,6 +40,49 @@
"standard_track": true,
"deprecated": false
}
},
"scroll": {
"__compat": {
"description": "<code>scroll()</code>",
"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 <a href='https://bugzil.la/1780865'>bug 1780865</a>).",
"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
}
}
}
}
}
Expand Down