Components
Loading preview...
A self-contained, mobile-responsive React component using GSAP and Tailwind CSS to create a repeating "physics-based" text reveal animation where color overlays fall away as you scroll.
@daiv09
npx shadcn@latest add https://21st.dev/r/daiwiikharihar17147/block-textimport BlockText from "@/components/ui/block-text";
export default function DemoOne() {
return <BlockText />;
}