Scrubbable Video Reveal

Scroll either way. Every frame follows your hand like apple.com.

Loading preview...

Props

PropTypeDefaultDescription
framesstring[]-Image sequence URLs in order. Prefer 100–200 compressed WebP / JPEG frames.
aspectstring"16 / 10"Aspect ratio for the canvas wrapper.
travelnumber3Scroll travel multiplier. Total inner height is travel × 100vh.
framedbooleantrueRender the surrounding device frame.
stickybooleantruePin the canvas via position sticky while the user scrolls.
childrenReact.ReactNode-Optional content rendered above the canvas as overlays.
useWindowbooleanfalseUse window scroll instead of an inner scrollable container.
preload"eager" | "lazy""eager"Loading strategy for image preload.
heightstring"640px"Scroll container height when useWindow is false.