Video scrub on scroll
Video playback is controlled by scroll position frame by frame.
What you're seeing
Scrolling down advances the video frame by frame — you control the playback with your scroll.
Where you'll see it
Product demos, hardware showcases.
Difficulty
High — 4/5
Libraries that build it
GSAP ScrollTriggercustom JS
Ready to prompt — paste this into your AI coding tool
"Map scroll progress to video.currentTime, pin section for scroll duration, GSAP ScrollTrigger onUpdate: self => video.currentTime = self.progress * duration"