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-fxDependencies
npm i gsapUsage
// Wraps a page section; effects are driven by scroll position.
<TemplateFX>
<section>…</section>
</TemplateFX>