-
Notifications
You must be signed in to change notification settings - Fork 28
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
Scroll-driven Animations #439
Comments
About a dozen more pure CSS examples:
Also on the topic of diagonal scroll, I made this meta demo, whose example text explains what's happening there. This demo uses JS, though that's because of There are a lot more scroll-driven demos I coded over the years that could use a pure CSS remake with scroll-driven animations, but I haven't had the time to go through all... |
I did write today a post about which proposals from Interop 2024 I'd want to see go forward the most, and this one was in the first place. And I totally forgot that I wanted to provide here a list of articles I (and others) wrote about scroll-driven animations, which show the number of things they make possible: My articles:
Articles by others I did save links to (there were more, so only what I have at hand right now): |
How much do people want the CSS-only parts of scroll timelines vs the JS API (i.e. |
@jgraham personally, being able to remove a widespread class of dependency on (often poorly-optimised) JavaScript and replace it with simple pure CSS is a huge win for the web, so I see the CSS side of scroll timelines as more pressing. |
@jgraham the Web Animations part of SDA also has a huge part here. Today all these effects are done via JS, so having a JS API as a drop-in replacement is also super important. |
Thank you for proposing Scroll-driven Animations for inclusion in Interop 2024. We wanted to let you know that this proposal was not selected to be part of Interop this year. This is because we got many more proposals than we could include in this year's project. Note that individual vendors may nevertheless choose to advance work in this area during the forthcoming year. We would welcome this proposal being resubmitted again next year if necessary. For an overview of our process, see proposal selection. Thank you again for contributing to Interop 2024! Posted on behalf of the Interop team. |
Description
These scroll-driven animations are currently supported only on one browser engine. It's an amazing feature that reduces a lot of JS, and I personally would love to use it in production websites when all browsers support this feature.
Specification
https://drafts.csswg.org/scroll-animations/
Open Issues
No response
Tests
https://wpt.fyi/results/scroll-animations
Current Implementations
Standards Positions
https://groups.google.com/a/chromium.org/g/blink-dev/c/RDKAi9JPHwY/m/Ee9A5LbBAwAJ
mozilla/standards-positions#347
WebKit/standards-positions#152
Browser bug reports
No response
Developer discussions
No response
Polls & Surveys
No response
Existing Usage
https://chromestatus.com/metrics/css/timeline/popularity/725
https://chromestatus.com/metrics/css/timeline/popularity/726
https://chromestatus.com/metrics/css/timeline/popularity/727
https://chromestatus.com/metrics/css/timeline/popularity/750
https://chromestatus.com/metrics/css/timeline/popularity/665
https://chromestatus.com/metrics/css/timeline/popularity/740
https://chromestatus.com/metrics/css/timeline/popularity/741
https://chromestatus.com/metrics/css/timeline/popularity/742
https://chromestatus.com/metrics/css/timeline/popularity/728
https://chromestatus.com/metrics/css/timeline/popularity/729
https://chromestatus.com/metrics/css/timeline/popularity/730
https://chromestatus.com/metrics/css/timeline/popularity/731
https://chromestatus.com/metrics/css/timeline/popularity/762
Workarounds
No response
Accessibility Impact
No response
Privacy Impact
No response
Other
No response
The text was updated successfully, but these errors were encountered: