You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A document has an view-transition MPA opt-in (@view-transition { navigation: auto })
That document has some render-blocking resources that take a long time
The user navigates away before the first frame
The current specified behavior is that navigating away would be stalled until rendering is unblocked.
Suggesting instead that until the page is revealed (the first frame is rendered), outbound cross-document view-transitions would be automatically skipped.