Message

Avatar of Bramus
Bramus
@bramus
View Transitions can run on the same document, which is typically used in an SPA architecure. A transition can also happen between two different documents. People like to call that architecture MPA (also known as “websites”)
6:49pm - 5 Dec 2023
  • 120 reposts
  • 270 likes

ℹ️ You have prefers-reduced-motion: reduce enabled. As a result you won’t get to see a transition.

⚠️ For this demo to work your browser needs to support Cross-Document View Transitions, which is not the case. As a result you won’t get to see a transition.

⚠️ Your browser does not support the Navigation API. A workaround using localStorage is used to pass the transitionType from one page to the other.