What the Frontend? Open the interactive gallery →
Video & Media

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"

Related Video & Media effects

Background video loopImage sequence scrollLottie animationCanvas drawingSVG path draw
See the animated preview in the dictionary →