33 lines
584 B
JSON
33 lines
584 B
JSON
|
{
|
||
|
"src": "TC.svg",
|
||
|
|
||
|
"animations": [
|
||
|
{
|
||
|
"element": "#Aircraft",
|
||
|
"type": "transform",
|
||
|
"transforms": [{
|
||
|
"type": "rotate",
|
||
|
"a": {
|
||
|
"property": "turn",
|
||
|
"scale": 20
|
||
|
},
|
||
|
"x": 256,
|
||
|
"y": 256
|
||
|
}]
|
||
|
},{
|
||
|
"element": "#Ball",
|
||
|
"type": "transform",
|
||
|
"transforms": [{
|
||
|
"type": "rotate",
|
||
|
"a": {
|
||
|
"property": "slip",
|
||
|
"scale": 20
|
||
|
},
|
||
|
"x": 256,
|
||
|
"y": 0
|
||
|
}]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|