Remix.run Logo
sergiotapia 4 days ago

This article would benefit from an example page to show how these "feel".

prisenco 4 days ago | parent | next [-]

Here are a series of demos. They work in Chrome or Safari.

https://view-transitions.chrome.dev/

Here's an older, more designed demo that only works in Chrome.

https://live-transitions.pages.dev

9dev 4 days ago | parent | prev [-]

Run this snippet from TFA in the console on GitHub:

  document.startViewTransition(() => {
    document.documentElement.dataset.colorMode = 'dark' // 'light'
  });
Then try to update the attribute manually instead, and compare the butter-smooth transition with view transitions vs. without.