1
0
Fork 0
fgdata/Aircraft/c172p/WebPanel/ALT.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

59 lines
1.2 KiB
JSON

{
"src": "ALT.svg",
"animations": [
{
"element": "#100",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "alt",
"scale": 0.36,
"precision": 6
},
"x": 256,
"y": 256
}]
},{
"element": "#1000",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "alt",
"scale": 0.036,
"precision": 5
},
"x": 256,
"y": 256
}]
},{
"element": "#10000",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "alt",
"scale": 0.0036,
"precision": 4
},
"x": 256,
"y": 256
}]
},{
"element": "#KollsmannInHg",
"type": "transform",
"transforms": [{
"type": "rotate",
"a": {
"property": "inhg",
"scale": -100,
"offset": 120
},
"x": 256,
"y": 256
}]
}
]
}