How I'm using CSS View Transitions on this blog

228 · Max Glenister · July 7, 2026, 10:13 a.m.
Summary
The blog post discusses the use of CSS View Transitions for animating page navigation, highlighting how it simplifies the process by eliminating the need for JavaScript routers and complex setups. By using a single CSS rule, it allows for a more seamless transition between pages in a static blog, capturing the outgoing page and animating it against the incoming one.