Skip to content

Commit 72a585f

Browse files
authored
Merge pull request #182 from aabidsofi19/styles-animation
fix animation schema
2 parents 1051fe7 + b30d559 commit 72a585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/constructs/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"description": "The text to display for an element\u2019s label. Can give a path, e.g. data(id) will label with the elements id"
110110
},
111111
"animation": {
112-
"type": "string",
112+
"type": "object",
113113
"description": "The animation to apply to the element. example ripple,bounce,etc "
114114
}
115115
}

0 commit comments

Comments
 (0)