Skip to content

Commit

Permalink
Merge pull request #182 from aabidsofi19/styles-animation
Browse files Browse the repository at this point in the history
fix animation schema
  • Loading branch information
aabidsofi19 authored Oct 1, 2024
2 parents 1051fe7 + b30d559 commit 72a585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/constructs/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "The text to display for an element\u2019s label. Can give a path, e.g. data(id) will label with the elements id"
},
"animation": {
"type": "string",
"type": "object",
"description": "The animation to apply to the element. example ripple,bounce,etc "
}
}
Expand Down

0 comments on commit 72a585f

Please sign in to comment.