{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "motion-effect-fade-blur-demo", "type": "registry:ui", "title": "Motion Effect Fade Blur Demo", "description": "Demo showing the motion effect fade blur.", "registryDependencies": [ "https://animate-ui.com/r/motion-effect" ], "files": [ { "path": "registry/demo/effects/motion-effect-fade-blur/index.tsx", "content": "import { MotionEffect } from '@/components/animate-ui/effects/motion-effect';\n\nexport const MotionEffectFadeBlurDemo = () => {\n return (\n \n

Motion Effect Fade Blur

\n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/effects/motion-effect-fade-blur.tsx" } ] }