CurvedTextScroll
Curved 3D text paths with horizontal-scrolling cards + dot grid.
Not VerifiedBlockCollected2 files
scroll3dtextcurvesthree-jshorizontaldot-gridgsap
Preview
CurvedTextScrollOpen Full Page
[!TIP] Open in full screen for the best experience.
Install
npx shadcn add https://www.razisyed.cv/r/curved-text-scrollDependencies
npm i gsapUsage
import { CurvedTextScroll } from "@/components/collected/curved-text-scroll/CurvedTextScroll";
export default function Example() {
return <CurvedTextScroll />;
}Source
Loading source...