Files
9eab7247-2fd0-4945-af49-e46…/registry/schemas/TextAnimation.schema.json
2026-01-28 23:03:07 +02:00

16 lines
442 B
JSON

{
"name": "TextAnimation",
"propsSchema": {
"type?": "'entrance-slide' | 'reveal-blur' | 'background-highlight'",
"title": "string",
"children?": "React.ReactNode",
"variant?": "'trigger' | 'words-trigger'",
"className?": "string",
"duration?": "number",
"stagger?": "number",
"start?": "string",
"end?": "string",
"ariaLabel?": "string",
"gradientColors?": "{ from: string, to: string }"
}
}