Skip to main content

Max Glenister

A new post about CSS view transitions, and hooking them up on my blog: https://blog.omgmog.net/post/how-im-using-css-view-transitions-on-this-blog/

How I'm using CSS View Transitions on this blog — Max Glenister
In the old days of the web, animating between pages meant faking it with jQuery. Then came pjax, which used pushState to swap in fetched content and fake a f...