-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add CSS <timeline-range-name>
#29683
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
base: main
Are you sure you want to change the base?
Changes from all commits
4b6c365
81e5257
4a2b5c3
f16bec6
d5ef1b1
fd7beda
758074c
e17b1de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,88 @@ | ||||||||||||||||
| { | ||||||||||||||||
| "css": { | ||||||||||||||||
| "types": { | ||||||||||||||||
| "timeline-range-name": { | ||||||||||||||||
| "__compat": { | ||||||||||||||||
| "description": "`<timeline-range-name>`", | ||||||||||||||||
| "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/timeline-range-name", | ||||||||||||||||
| "spec_url": "https://drafts.csswg.org/scroll-animations-1/#view-timelines-ranges", | ||||||||||||||||
| "support": { | ||||||||||||||||
| "chrome": { | ||||||||||||||||
| "version_added": "115" | ||||||||||||||||
| }, | ||||||||||||||||
| "chrome_android": "mirror", | ||||||||||||||||
| "edge": "mirror", | ||||||||||||||||
| "firefox": { | ||||||||||||||||
| "version_added": "preview", | ||||||||||||||||
| "flags": [ | ||||||||||||||||
| { | ||||||||||||||||
| "type": "preference", | ||||||||||||||||
| "name": "layout.css.scroll-driven-animations.enabled", | ||||||||||||||||
| "value_to_set": "true" | ||||||||||||||||
| } | ||||||||||||||||
| ], | ||||||||||||||||
|
Comment on lines
+17
to
+23
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems to be enabled by default in Nightly?
Suggested change
|
||||||||||||||||
| "impl_url": "https://bugzil.la/1804775" | ||||||||||||||||
| }, | ||||||||||||||||
| "firefox_android": "mirror", | ||||||||||||||||
| "oculus": "mirror", | ||||||||||||||||
| "opera": "mirror", | ||||||||||||||||
| "opera_android": "mirror", | ||||||||||||||||
| "safari": { | ||||||||||||||||
| "version_added": "26" | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How did you determine Safari 26? |
||||||||||||||||
| }, | ||||||||||||||||
| "safari_ios": "mirror", | ||||||||||||||||
| "samsunginternet_android": "mirror", | ||||||||||||||||
| "webview_android": "mirror", | ||||||||||||||||
| "webview_ios": "mirror" | ||||||||||||||||
| }, | ||||||||||||||||
| "status": { | ||||||||||||||||
| "experimental": false, | ||||||||||||||||
| "standard_track": true, | ||||||||||||||||
| "deprecated": false | ||||||||||||||||
| } | ||||||||||||||||
| }, | ||||||||||||||||
| "scroll": { | ||||||||||||||||
| "__compat": { | ||||||||||||||||
| "description": "`scroll` value", | ||||||||||||||||
| "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/timeline-range-name#scroll", | ||||||||||||||||
| "spec_url": "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-scroll", | ||||||||||||||||
| "support": { | ||||||||||||||||
| "chrome": { | ||||||||||||||||
| "version_added": "147" | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How did you determine Chrome 147? |
||||||||||||||||
| }, | ||||||||||||||||
| "chrome_android": "mirror", | ||||||||||||||||
| "edge": "mirror", | ||||||||||||||||
| "firefox": { | ||||||||||||||||
| "version_added": "preview", | ||||||||||||||||
| "flags": [ | ||||||||||||||||
| { | ||||||||||||||||
| "type": "preference", | ||||||||||||||||
| "name": "layout.css.scroll-driven-animations.enabled", | ||||||||||||||||
| "value_to_set": "true" | ||||||||||||||||
| } | ||||||||||||||||
| ], | ||||||||||||||||
| "impl_url": "https://bugzil.la/1804775" | ||||||||||||||||
| }, | ||||||||||||||||
| "firefox_android": "mirror", | ||||||||||||||||
| "oculus": "mirror", | ||||||||||||||||
| "opera": "mirror", | ||||||||||||||||
| "opera_android": "mirror", | ||||||||||||||||
| "safari": { | ||||||||||||||||
| "version_added": "26.5" | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How did you determine Safari 26.5? |
||||||||||||||||
| }, | ||||||||||||||||
| "safari_ios": "mirror", | ||||||||||||||||
| "samsunginternet_android": "mirror", | ||||||||||||||||
| "webview_android": "mirror", | ||||||||||||||||
| "webview_ios": "mirror" | ||||||||||||||||
| }, | ||||||||||||||||
| "status": { | ||||||||||||||||
| "experimental": false, | ||||||||||||||||
| "standard_track": true, | ||||||||||||||||
| "deprecated": false | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
| } | ||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did you determine Chrome 115?