{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "gradient-animation-shadcnui", "type": "registry:ui", "title": "Gradient Animation", "description": "Smoothly transitioning gradient background", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/decorative/backgrounds/gradient-animation.tsx", "content": "\"use client\";\n\nimport { motion } from \"framer-motion\";\n\nexport function GradientAnimation() {\n return (\n