-
Notifications
You must be signed in to change notification settings - Fork 27
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
View Transitions Level 1 #437
Comments
The sheer amount of workarounds and libraries that have been made to enable transitions between layouts speaks for the high demand for View Transitions. Some of the WORKAROUNDS are below.
View Transitions will absolutely ease and speed up implementation of page transitions by allowing developers to focus on transitions themselves instead of dealing with DOM manipulations. |
View Transitions will have a positive impact on ACCESSIBILITY. Preserving two DOM snapshots for the sake of transitions has unpredictable effect on screen readers. Proper implementation requires extra care with attribute management and focus states, which are commonly neglected. Standardising view transitions will certainly alleviate some of accessibility pain points. |
For survey data and web developer demand, in preliminary results from State of HTML 2023, View Transitions was a very common response to the freeform question "Which existing HTML features or browser APIs are you unable to use because of browser differences or lack of support?" |
Thank you for proposing View Transitions Level 1 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
View Transitions are a new API that web developers are particularly excited about. It would be good to get level 1 of the spec cross browser.
Specification
https://drafts.csswg.org/css-view-transitions
Open Issues
All open issues are editorial and don't affect implementations or are aimed at Level 2 of the spec which this issue isn't addressing.
Tests
https://wpt.fyi/results/css/css-view-transitions
Current Implementations
Standards Positions
WebKit/standards-positions#48 - Supportive
mozilla/standards-positions#677 - Supportive
Browser bug reports
No response
Developer discussions
No response
Polls & Surveys
No response
Existing Usage
https://chromestatus.com/metrics/css/timeline/popularity/712
Workarounds
No response
Accessibility Impact
No response
Privacy Impact
No response
Other
No response
The text was updated successfully, but these errors were encountered: