13 lines
181 B
JSON
13 lines
181 B
JSON
{
|
|
"title": "To",
|
|
"description": "The ending point of the animation.",
|
|
"anyOf": [
|
|
{
|
|
"type": "number"
|
|
},
|
|
{
|
|
"$ref": "../../general/vec2.json"
|
|
}
|
|
]
|
|
}
|