Business slides with stat components and smooth transitions
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 5, |
| 9 | "background": "#0f172a", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "image", |
| 13 | "src": "examples/dark-texture.jpg", |
| 14 | "fit": "cover", |
| 15 | "opacity": 0.3, |
| 16 | "z_index": 0 |
| 17 | }, |
| 18 | { |
| 19 | "type": "text", |
| 20 | "text": "Q4 INVESTOR UPDATE", |
| 21 | "font": "Montserrat", |
| 22 | "font_size": 72, |
| 23 | "color": "#FFFFFF", |
| 24 | "bold": truet |
| 25 | "position": "center-left", |
| 26 | "x": 120, |
| 27 | "fade_in": 0.5, |
| 28 | "z_index": 1 |
| 29 | }, |
| 30 | { |
| 31 | "type": "text", |
| 32 | "text": "Meridian Partners | Fiscal Year 2026", |
| 33 | "font": "Montserrat", |
| 34 | "font_size": 28, |
| 35 | "color": "#94a3b8", |
| 36 | "position": "center-left", |
| 37 | "x": 120, |
| 38 | "y": 60, |
| 39 | "fade_in": 0.8, |
| 40 | "z_index": 2 |
| 41 | } |
| 42 | ] |
| 43 | }, |
| 44 | { |
| 45 | "duration": 5, |
| 46 | "background": "#0f172a", |
| 47 | "transition": { |
| 48 | "type": "smoothleft", |
| 49 | "duration": 0.8 |
| 50 | }, |
| 51 | "elements": [ |
| 52 | { |
| 53 | "type": "component", |
| 54 | "component_id": "social/stat", |
| 55 | "variables": { |
| 56 | "value": "$4.2M", |
| 57 | "label": "Revenue This Quarter" |
| 58 | }, |
| 59 | "position": "center-left", |
| 60 | "x": 120, |
| 61 | "width": 500, |
| 62 | "height": 250, |
| 63 | "z_index": 1, |
| 64 | "fade_in": 0.5 |
| 65 | }, |
| 66 | { |
| 67 | "type": "component", |
| 68 | "component_id": "social/stat", |
| 69 | "variables": { |
| 70 | "value": "+34%", |
| 71 | "label": "Year Over Year Growth" |
| 72 | }, |
| 73 | "position": "center-right", |
| 74 | "x": -120, |
| 75 | "width": 500, |
| 76 | "height": 250, |
| 77 | "z_index": 2, |
| 78 | "fade_in": 0.8 |
| 79 | } |
| 80 | ] |
| 81 | }, |
| 82 | { |
| 83 | "duration": 4, |
| 84 | "background": "#0f172a", |
| 85 | "transition": { |
| 86 | "type": "fade", |
| 87 | "duration": 0.5 |
| 88 | }, |
| 89 | "elements": [ |
| 90 | { |
| 91 | "type": "text", |
| 92 | "text": "Thank you for your trust.", |
| 93 | "font": "Montserrat", |
| 94 | "font_size": 64, |
| 95 | "color": "#FFFFFF", |
| 96 | "position": "center", |
| 97 | "fade_in": 0.5, |
| 98 | "fade_out": 0.5, |
| 99 | "z_index": 1 |
| 100 | }, |
| 101 | { |
| 102 | "type": "text", |
| 103 | "text": "investor-relations@meridianpartners.com", |
| 104 | "font": "Montserrat", |
| 105 | "font_size": 22, |
| 106 | "color": "#6366f1", |
| 107 | "position": "center", |
| 108 | "y": 60, |
| 109 | "fade_in": 0.8, |
| 110 | "z_index": 2 |
| 111 | } |
| 112 | ] |
| 113 | } |
| 114 | ] |
| 115 | } |