A smooth, premium theme switch animation using the View Transitions API and a custom GIF mask to transition between light and dark modes.
import { Component } from "@/components/ui/mask-view-transition-theme-toggle"; export default function DemoOne() { return <Component />; }