1
0
Fork 0
fgdata/Aircraft/c172p/WebPanel/TC.json

33 lines
584 B
JSON
Raw Normal View History

{
"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
}]
}
]
}