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

33 lines
624 B
JSON
Raw Normal View History

{
"src": "ASI.svg",
"animations": [
{
"element": "#Needle",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "ias",
"interpolation": "AirspeedInterpolation.xml"
},
"x": 256,
"y": 256
}]
},
{
"element": "#TAS",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "tas",
"scale": -1
},
"x": 256,
"y": 256
}]
}
]
}