f44db83b25
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.
31 lines
592 B
JSON
31 lines
592 B
JSON
{
|
|
"src": "ADF.svg",
|
|
|
|
"animations": [
|
|
{
|
|
"element": "#Card",
|
|
"type": "transform",
|
|
"transforms": [{
|
|
"type": "rotate",
|
|
"a": {
|
|
"property": "adf-rotation-deg",
|
|
"scale": -1
|
|
},
|
|
"x": 256,
|
|
"y": 256
|
|
}]
|
|
},{
|
|
"element": "#Needle",
|
|
"type": "transform",
|
|
"transforms": [{
|
|
"type": "rotate",
|
|
"a": {
|
|
"property": "adf",
|
|
"scale": 1
|
|
},
|
|
"x": 256,
|
|
"y": 256
|
|
}]
|
|
}
|
|
]
|
|
}
|