Animated ContentAnimates content with entrance effects.animation PreviewCodeHello, World!Copyimport AnimatedContent from "@/components/vritti/animated-content"; export function AnimatedContentExample() { return ( <div className="flex items-center justify-center p-8"> <AnimatedContent> <h2 className="text-2xl font-bold">Hello, World!</h2> </AnimatedContent> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/animated-content"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy