Product announcement with feature cards and zoom 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": "video", |
| 13 | "src": "examples/city-aerial.mp4", |
| 14 | "opacity": 0.5, |
| 15 | "z_index": 0 |
| 16 | }, |
| 17 | { |
| 18 | "type": "text", |
| 19 | "text": "INTRODUCING", |
| 20 | "style": "002", |
| 21 | "font": "Montserrat", |
| 22 | "font_size": 36, |
| 23 | "color": "#6366f1", |
| 24 | "position": "center", |
| 25 | "y": -40, |
| 26 | "z_index": 1 |
| 27 | }, |
| 28 | { |
| 29 | "type": "text", |
| 30 | "text": "VELOCITY 3.0", |
| 31 | "style": "007", |
| 32 | "font": "Montserrat", |
| 33 | "font_size": 96, |
| 34 | "color": "#FFFFFF", |
| 35 | "position": "center", |
| 36 | "y": 30, |
| 37 | "z_index": 2 |
| 38 | } |
| 39 | ] |
| 40 | }, |
| 41 | { |
| 42 | "duration": 5, |
| 43 | "background": "#0f172a", |
| 44 | "transition": { |
| 45 | "type": "zoomin", |
| 46 | "duration": 0.8 |
| 47 | }, |
| 48 | "elements": [ |
| 49 | { |
| 50 | "type": "component", |
| 51 | "component_id": "basic/card-left-bar", |
| 52 | "variables": { |
| 53 | "headline": "10x Faster Rendering", |
| 54 | "body": "GPU-accelerated pipeline delivers 4K video in under 60 seconds. No more waiting for overnight renders.", |
| 55 | "bar_color": "#f59e0b" |
| 56 | }, |
| 57 | "position": "center", |
| 58 | "width": 800, |
| 59 | "height": 250, |
| 60 | "z_index": 1, |
| 61 | "fade_in": 0.5 |
| 62 | } |
| 63 | ] |
| 64 | }, |
| 65 | { |
| 66 | "duration": 5, |
| 67 | "background": "#0f172a", |
| 68 | "transition": { |
| 69 | "type": "smoothright", |
| 70 | "duration": 0.8 |
| 71 | }, |
| 72 | "elements": [ |
| 73 | { |
| 74 | "type": "component", |
| 75 | "component_id": "basic/card-left-bar", |
| 76 | "variables": { |
| 77 | "headline": "One API, Any Format", |
| 78 | "body": "Landscape, portrait, square — generate content for every platform from a single JSON template.", |
| 79 | "bar_color": "#10b981" |
| 80 | }, |
| 81 | "position": "center", |
| 82 | "width": 800, |
| 83 | "height": 250, |
| 84 | "z_index": 1, |
| 85 | "fade_in": 0.5 |
| 86 | } |
| 87 | ] |
| 88 | }, |
| 89 | { |
| 90 | "duration": 4, |
| 91 | "background": "#0f172a", |
| 92 | "transition": { |
| 93 | "type": "fade", |
| 94 | "duration": 0.5 |
| 95 | }, |
| 96 | "elements": [ |
| 97 | { |
| 98 | "type": "text", |
| 99 | "text": "Start building today", |
| 100 | "style": "009", |
| 101 | "font": "Montserrat", |
| 102 | "font_size": 64, |
| 103 | "color": "#FFFFFF", |
| 104 | "position": "center", |
| 105 | "z_index": 1 |
| 106 | }, |
| 107 | { |
| 108 | "type": "text", |
| 109 | "text": "velocity.dev/signup", |
| 110 | "style": "002", |
| 111 | "font": "Montserrat", |
| 112 | "font_size": 28, |
| 113 | "color": "#6366f1", |
| 114 | "position": "center", |
| 115 | "y": 60, |
| 116 | "z_index": 2 |
| 117 | } |
| 118 | ] |
| 119 | } |
| 120 | ] |
| 121 | } |