Forked from John Brooks's Pen Loading Animation.
A Pen by Jaythan Elam on CodePen.
| // ============================================================ | |
| // Scroll Video Expand — teleskope-ai | |
| // A native <video> that expands to full-bleed and plays as it | |
| // scrolls into focus, dwells (hover to reveal controls + unmute), | |
| // then clip-shrinks back into its contained bento card. Built on | |
| // GSAP ScrollTrigger using a FLIP-style transform (scale/translate) | |
| // so the geometry animates on the compositor — no width/height thrash. | |
| // | |
| // Production artifact: hosted on a CDN and registered as a Webflow | |
| // hosted script (footer). Portable — no-ops on any page that lacks |
Forked from John Brooks's Pen Loading Animation.
A Pen by Jaythan Elam on CodePen.