fixing transition type
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"examples": [
|
||||
{
|
||||
"animations": ["anim.idle"],
|
||||
"transition": [{ "example": "query.is_sheared" }]
|
||||
"transitions": [{ "example": "query.is_sheared" }]
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
"examples": [
|
||||
{
|
||||
"animations": ["anim.idle"],
|
||||
"transition": [{ "example": "query.is_sheared" }]
|
||||
"transitions": [{ "example": "query.is_sheared" }]
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user