Files
b8d6046d-1486-4970-aae6-db7…/registry/schemas/TextAnimation.schema.json
Nikolay Pecheniev ea1adb82cb Initial commit
2026-02-05 11:44:53 +02:00

17 lines
535 B
JSON

{
"name": "TextAnimation",
"propsSchema": {
"type?": "'entrance-slide' | 'reveal-blur' | 'background-highlight'",
"text": "string",
"as?": "'div' | 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' (default: 'div')",
"children?": "React.ReactNode",
"variant?": "'trigger' | 'words-trigger'",
"className?": "string",
"duration?": "number",
"stagger?": "number",
"start?": "string",
"end?": "string",
"ariaLabel?": "string",
"gradientColors?": "{ from: string, to: string }"
}
}