Separating ui file into its components
This commit is contained in:
12
source/resource/ui/elements/properties/easing.json
Normal file
12
source/resource/ui/elements/properties/easing.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Easing",
|
||||
"description": "The easing of the animation.",
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": ["spring", "in_sine", "linear", "in_quint", "out_cubic"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user