Files
6603b1cb-d2b3-433e-b24e-d7a…/registry/components/TextAnimation.json
2026-01-27 15:42:03 +02:00

35 lines
934 B
JSON

{
"name": "TextAnimation",
"description": "Unified scroll-triggered text animation component with three distinct animation types and two trigger variants.",
"constraints": {
"textRules": {
"title": {
"required": true,
"example": "This animation responds to scroll. Watch as the text comes to life."
}
}
},
"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 }"
},
"usageExample": "",
"do": [
"Use for general use"
],
"dont": [],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}