1
0
Fork 0
fgdata/Aircraft/c172p/WebPanel/EGT.json
Stuart Buchanan f44db83b25 Merge of the c172p-detailed
From https://github.com/Juanvvc/c172p-detailed/ release/2016.1
commit 3f33b88bb015a8ee685ab3178932d16d6e072410

A big Thank-You to the c172p-detailed team for their ongoing work.
2016-02-10 21:32:19 +00:00

32 lines
600 B
JSON

{
"src": "EGT.svg",
"animations": [
{
"element": "#Needle",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "egt",
"scale": 122
},
"x": 256,
"y": 369
}]
},
{
"element": "#HelperNeedle",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "egtBug",
"scale": 122
},
"x": 256,
"y": 369
}]
}
]
}