{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "text-animate-demo",
  "type": "registry:example",
  "title": "Text Animate Demo",
  "description": "Example showing various text animations.",
  "registryDependencies": [
    "@magicui/text-animate"
  ],
  "files": [
    {
      "path": "registry/example/text-animate-demo.tsx",
      "content": "import { TextAnimate } from \"@/registry/magicui/text-animate\"\n\nexport default function TextAnimateDemo() {\n  return (\n    <TextAnimate animation=\"blurInUp\" by=\"character\" once>\n      Blur in by character\n    </TextAnimate>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}