Files
6603b1cb-d2b3-433e-b24e-d7a…/registry/schemas/TextAnimation.schema.json
2026-01-27 15:42:03 +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 }"
}
}