16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "motion-effect",
|
|
"type": "registry:ui",
|
|
"title": "Motion Effect",
|
|
"description": "Motion effect component that displays the motion effect (fade in, slide in, etc.).",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/effects/motion-effect/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/effects/motion-effect.tsx"
|
|
}
|
|
]
|
|
}
|