Replies: 1 comment
-
While it is achievable with CSS, it seems that invoking startViewTransition adds a visible delay to routing regardless. Don't know if it's react-router's end, or browser's implementation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have a global flag or a method to disable view transitions.
Use cases could be to disable view transitions on low battery or as a user perference on lower grade hardware . Achieveable in userland technically, but since it's a flag in many individual hooks, it becomes easily cumbersome to implement.
Beta Was this translation helpful? Give feedback.
All reactions