Native CSS transitions have quietly killed the strongest argument for client-side routing. Yet people keep building terrible apps instead of performant websites.| Jono Alderson
Discover new workflows for viewing and changing CSS in Chrome DevTools.| Chrome for Developers
[Accessible Rich Internet Applications (ARIA)](https://www.w3.org/WAI/standards-guidelines/aria/) is an inevitability when working on web accessibility. That said, it’s everyone’s first time learning about ARIA at some point.| Smashing Magazine
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react| htmx.org
People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.| jakelazaroff.com
Learn how Chrome works, participate in origin trials, and build with Chrome everywhere.| Chrome for Developers
Get started with cross-document view transitions for use in your multi-page application (MPA).| Chrome for Developers
Learn about new capabilities that enable smooth transitioning of discrete animations and between the top layer| Chrome for Developers
Tips and tricks to get the transition you want| jakearchibald.com
2022 was a massive year for CSS. We got CSS Layers, more subgrid support, the impossible :has() selector, and WE GOT CONTAINER QUERIES! 🎉 Thank you to everyone who worked on those. A lot of the success for CSS this past year was due to an incredible cross-browser effort called Interop 2022, a loose agreement amongst browsers to try to work on some of the same features so feature support gaps between browsers are shorter.| daverupert.com
2023 was a huge year for CSS! Learn about what landed in Chrome and across the web platform this year.| Chrome for Developers
Animating DOM state changes no longer requires a mountain of code thanks to the new View Transitions API.| 12daysofweb.dev
I returned to the Svelte Radio podcast a couple weeks ago to talk all about View Transitions and Svelte! We talked about:| Geoff Rich
My meetup talk on native page transitions in SvelteKit.| Geoff Rich
30% faster and more powerful than ever, Astro 3.0 is here! Includes new features and enhancements around View Transitions, Image Optimization, Fast Refresh JSX and more.| Astro
Enable seamless navigation between pages in Astro with view transitions.| Docs
Adding animation to Svelte apps using an experimental browser API.| Geoff Rich