All components

effects

Template FX

The scroll-driven effects layer used on the template pages — parallax, reveal, and pinned sections composed together.

scroll-driven — see it on a template page
scrollparallaxgsap

Install with the shadcn CLI

npx shadcn@latest add https://onthic.com/r/template-fx

Dependencies

npm i gsap

Usage

// Wraps a page section; effects are driven by scroll position.
<TemplateFX>
  <section>…</section>
</TemplateFX>