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

60 lines
1.2 KiB
JSON
Raw Normal View History

{
"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
}]
}
]
}