Start Using View Transitions

          if (!document.startViewTransition) switchTheme()
document.startViewTransition(switchTheme);
        

Progressively enhanced theme switcher using View Transitions. If they're not supported, it changes instantly. The effect is created by animating a polygon clip-path.

Read About Them