Scroll RevealWords reveal with opacity and blur on scroll using GSAP.scrollrevealtext PreviewCodeHello World from Scroll RevealCopyimport ScrollReveal from "@/components/vritti/scroll-reveal"; export function ScrollRevealExample() { return ( <div className="flex items-center justify-center p-8"> <ScrollReveal>Hello World from Scroll Reveal</ScrollReveal> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/scroll-reveal"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy