44 lines
1002 B
JSON
44 lines
1002 B
JSON
{
|
|
"vna_loading_animation": {
|
|
"theme": "Vietnam Airlines Premium",
|
|
"background": {
|
|
"type": "gradient",
|
|
"colors": ["#004b5e", "#007b85"],
|
|
"direction": "vertical"
|
|
},
|
|
"aircraft": {
|
|
"asset_id": "{{DATA:IMAGE:IMAGE_3}}",
|
|
"style": "Photo-realistic",
|
|
"brand": "Vietnam Airlines",
|
|
"livery": "Teal body, Gold Lotus tail, Gold stripe",
|
|
"animation": {
|
|
"type": "bobbing",
|
|
"duration": "3s",
|
|
"timing": "ease-in-out",
|
|
"loop": true
|
|
}
|
|
},
|
|
"loading_bar": {
|
|
"color": "#c89f3c",
|
|
"track_color": "rgba(255, 255, 255, 0.2)",
|
|
"animation": {
|
|
"type": "progress",
|
|
"duration": "4s",
|
|
"loop": true
|
|
}
|
|
},
|
|
"atmosphere": {
|
|
"clouds": {
|
|
"color": "white",
|
|
"opacity": 0.3,
|
|
"animation": "parallax-scrolling"
|
|
},
|
|
"speed_lines": {
|
|
"color": "white",
|
|
"opacity": 0.4,
|
|
"animation": "fast-streak"
|
|
}
|
|
}
|
|
}
|
|
}
|