Components / Interaction
GsapMotion
Scoped GSAP stagger animation wrapper for React content.
Preview
Design
Compose
Ship
1import { GsapMotion } from "@/components/ui/gsap-motion"2
3export function GsapMotionDemo() {4 return <GsapMotion><div data-motion-item>Reveal me</div></GsapMotion>5}Installation
Add the source directly to your project with the shadcn CLI.
npx shadcn@latest add qentrah/DUI/gsap-motionUsage
Install the component, import it from your configured UI directory, and adapt the source to your product. Open the source panel under any example to copy that exact variant.