Components
A robust hero section that transitions between video chapters based on viewport position. Uses sticky positioning for performance, with z-index layering for smooth cross-fades. Includes a synchronized progress indicator and accessible text overlays.
Loading preview...
import CinematicScrol from "@/components/ui/scroll-triggered-video-hero";
export default function DemoOne() {
return <CinematicScrol />;
}