Skip to main content

LinksView Transitions

Utility functions to more easily work with View Transitions.(chrome.dev)

Bramus released a new npm package full of view transition utilities. The GitHub docs are also worth a read if you want to learn more about view transition inner workings.

Stop checking for View Transition support(www.bram.us)

Even though view transitions have been cross-browser supported for a while, you still have to check every time if they're available with if (document.startViewTransition). What if you didn't have to do that? Bramus released a non-visual polyfill.