Three images with circle-open and wipe transitions
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 5, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "image", |
| 13 | "src": "examples/nature-mountain.jpg", |
| 14 | "fit": "cover", |
| 15 | "z_index": 0 |
| 16 | }, |
| 17 | { |
| 18 | "type": "text", |
| 19 | "text": "EXPLORE THE PEAKS", |
| 20 | "style": "003", |
| 21 | "font": "Montserrat", |
| 22 | "font_size": 96, |
| 23 | "color": "#FFFFFF", |
| 24 | "position": "center", |
| 25 | "z_index": 1 |
| 26 | } |
| 27 | ] |
| 28 | }, |
| 29 | { |
| 30 | "duration": 5, |
| 31 | "background": "#000000", |
| 32 | "transition": { |
| 33 | "type": "circleopen", |
| 34 | "duration": 1 |
| 35 | }, |
| 36 | "elements": [ |
| 37 | { |
| 38 | "type": "image", |
| 39 | "src": "examples/city-skyline.jpg", |
| 40 | "fit": "cover", |
| 41 | "z_index": 0 |
| 42 | }, |
| 43 | { |
| 44 | "type": "text", |
| 45 | "text": "DISCOVER THE LIGHTS", |
| 46 | "style": "004", |
| 47 | "font": "Montserrat", |
| 48 | "font_size": 96, |
| 49 | "color": "#FFFFFF", |
| 50 | "position": "center", |
| 51 | "z_index": 1 |
| 52 | } |
| 53 | ] |
| 54 | }, |
| 55 | { |
| 56 | "duration": 5, |
| 57 | "background": "#000000", |
| 58 | "transition": { |
| 59 | "type": "wipeleft", |
| 60 | "duration": 0.8 |
| 61 | }, |
| 62 | "elements": [ |
| 63 | { |
| 64 | "type": "image", |
| 65 | "src": "examples/ocean-sunset.jpg", |
| 66 | "fit": "cover", |
| 67 | "z_index": 0 |
| 68 | }, |
| 69 | { |
| 70 | "type": "text", |
| 71 | "text": "CHASE THE HORIZON", |
| 72 | "style": "005", |
| 73 | "font": "Montserrat", |
| 74 | "font_size": 96, |
| 75 | "color": "#FFFFFF", |
| 76 | "position": "center", |
| 77 | "z_index": 1 |
| 78 | } |
| 79 | ] |
| 80 | } |
| 81 | ] |
| 82 | } |