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

20 lines
351 B
JSON
Raw Normal View History

{
"src": "RPM.svg",
"animations": [
{
"element": "#Needle",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "rpm",
"interpolation": "RPMInterpolation.xml"
},
"x": 256,
"y": 256
}]
}
]
}