Files
af8f43e1-9b56-4fe0-bc5c-b71…/registry/schemas/TextAnimation.schema.json
Nikolay Pecheniev 98115df82d Initial commit
2026-02-11 14:21:50 +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 }"
}
}