Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/easing.json
2023-10-24 19:49:51 +02:00

13 lines
231 B
JSON

{
"title": "Easing",
"description": "The easing of the animation.",
"anyOf": [
{
"enum": ["spring", "in_sine", "linear", "in_quint", "out_cubic"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}