Search...
K

Scroll Image Pass

Staggered vertical image scroll with GSAP ScrollTrigger.

Documentation

pnpm dlx @t7blocks/cli add scroll-image-pass

Usage

import { ScrollimagePass } from "@/components/T7blocks/ScrollimagePass";

export default function Home() {
  return (
    <main>
      <ScrollimagePass />
    </main>
  );
}

Properties

ParameterTypeDefaultDescription
passDurationnumber2.5Duration of the image pass animation
fontClassNamestring"Instrument_Serif"Custom font class name

Related resources

Sticky Scroll