Initial commit
This commit is contained in:
16
registry/schemas/TextAnimation.schema.json
Normal file
16
registry/schemas/TextAnimation.schema.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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 }"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user