Replies: 1 comment
-
I tried adding that myself .. didn't work ); |
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.
-
I'm trying to make view transitions work. But the
start
event is sent too early (e.g. when submitting a form while it's still loading). And thenavigate
event is sent too late after the navigation has already occurred.view transitions require
document.startViewTransition
to be called just before a navigation ...Beta Was this translation helpful? Give feedback.
All reactions