Loading...
Loading...
Generate CSS and Framer Motion animations from plain English. Use when you need smooth animations without the math.
npx skill4agent add sundial-org/awesome-openclaw-skills animation-gennpx ai-animation "fade in from left with bounce"# Get CSS keyframes
npx ai-animation "pulse glow effect" -f css
# Get Framer Motion variant
npx ai-animation "staggered list entrance" -f framer
# Save to file
npx ai-animation "smooth slide up reveal" -f both -o animations.ts
# Complex animation
npx ai-animation "shake horizontally three times then settle"npx ai-animation --help