Animate Card Animation with framer motion
npx shadcn@latest add https://21st.dev/r/moazamtrade/animate-card-animation
Loading preview...
import AnimatedCardStack from "@/components/ui/animate-card-animation"; export default function DemoOne() { return <AnimatedCardStack />; }