-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove toggle_viewTransitions #11282
Comments
I'm getting this effect on Chrome, for a split second after swiping the previous stop's picture is visible instead of the following stop. I suppose it's a little disorientating, is that something that could be fixed easily or not so much?.. Also, my gut feeling is that the animations look very fast on large breakpoint, especially after watching them back. Screen.Recording.2024-10-17.at.11.40.55.movIt did not work on up-to-date Safari or Firefox for me. Updating iOS to the version 18 to check there |
We can slow down the transitions. Also, they currently have an As for the image loading, I agree it's clunky. I had a couple of ideas to try, neither of which seem to have improved it. Mac and iOS Safari 18 should work (confirmed here). But they're not supported in Firefox. |
Shame the image loading is proving tricky but yes, let's try the slower settings with ease-in-out and see :) |
What?
We have a toggle: 'Use view-transitions API' on the 'Temporary' section of the toggles page. This turns on functionality which uses the web platform View Transitions API to transition between exhibition guide overview pages and individual stops, as well as between stops (using prev/next) links.
This should work on several desktop browsers, as well as Android, and iOS (starting in the latest version – 18).
We need to decide if we'd like to keep this functionality, and if so, move it out from behind the toggle.
@dana-saur @kasiabbb please could you turn the toggle on at the page above, and test the exhibition guide journeys to see if you think we want to use this or remove it. There might also be some scope for finessing transitions, but they don't (currently) offer a great deal of control (just what is possible with css animations).
Why?
Potentially nicer UX.
Background
Done when
The text was updated successfully, but these errors were encountered: