πŸŽ‰ SPA view transitions have landed in stable Chrome!

But, this is just the start! We've got more view transition features planned. Here's what we're looking at next:

https://developer.chrome.com/blog/spa-view-transitions-land/

SPA view transitions land in Chrome 111 - Chrome for Developers

The View Transition API allows page transitions within single-page apps, and will later include multi-page apps.

Chrome for Developers
@jaffathecake any signal from Safari WebKit and Gecko on supporting this?
@phx could I persuade you to read the article? 😁
@jaffathecake aaah I missed it. I've gotten so used to looking for those table sort of compatibility boxes on caniuse and mdn. Maybe something future articles could feature, even if the answer is "only chrome has it”?
@phx https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API#browser_compatibility - but I don't think that tells the whole story. The GitHub links in the article are better I think.
View Transitions API - Web APIs | MDN

The View Transitions API provides a mechanism for easily creating animated transitions between different website views. This includes animating between DOM states in a single-page app (SPA), and animating the navigation between documents in a multi-page app (MPA).

MDN Web Docs
@jaffathecake yeah that's fair, and understandable to not want to continuously need to update the article with each development. Hopefully see Safari support, with Apple's sudden interest in building a good mobile webapp experience. Hopefully not gated behind home screen installation this time.