1
0
Fork 0
fgdata/webgui/examples/FGPanel-Sample.json

27 lines
504 B
JSON
Raw Normal View History

{
"src": "FGPanel-Sample.svg",
"animations": [
{
"element": "#Ground",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "roll",
"scale": -1
},
"x": 256,
"y": 256
},{
"type": "translate",
"x": 0,
"y": {
"property": "pitch",
"scale": 10
}
}]
}
]
}