April 9, 2026AdvancedScroll & Parallax
Flip Scale Section
A two-section layout where a small media element grows to fill the screen as you scroll. Uses GSAP Flip to smoothly interpolate position and size between two layout states, driven by ScrollTrigger scrub.
Preview
Scaling element on scroll
And more content here
Source
import FlipScaleSection from "./index.jsx";
import { flipScaleSection } from "../demo-data.js";
export default function FlipScaleSectionDemo() {
return <FlipScaleSection {...flipScaleSection} />;
}
Dependencies
gsap