Square format with bold typography and circle-open transitions
| 1 | { |
| 2 | "width": 1080, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 4, |
| 9 | "background": "#0f172a", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "text", |
| 13 | "text": "DREAM BIGGER", |
| 14 | "style": "009", |
| 15 | "font": "Montserrat", |
| 16 | "font_size": 110, |
| 17 | "color": "#f59e0b", |
| 18 | "position": "center", |
| 19 | "z_index": 1 |
| 20 | } |
| 21 | ] |
| 22 | }, |
| 23 | { |
| 24 | "duration": 4, |
| 25 | "background": "#f59e0b", |
| 26 | "transition": { |
| 27 | "type": "circleopen", |
| 28 | "duration": 0.8 |
| 29 | }, |
| 30 | "elements": [ |
| 31 | { |
| 32 | "type": "text", |
| 33 | "text": "WORK HARDER", |
| 34 | "style": "006", |
| 35 | "font": "Montserrat", |
| 36 | "font_size": 110, |
| 37 | "color": "#000000", |
| 38 | "position": "center", |
| 39 | "z_index": 1 |
| 40 | } |
| 41 | ] |
| 42 | }, |
| 43 | { |
| 44 | "duration": 4, |
| 45 | "background": "#0f172a", |
| 46 | "transition": { |
| 47 | "type": "circleopen", |
| 48 | "duration": 0.8 |
| 49 | }, |
| 50 | "elements": [ |
| 51 | { |
| 52 | "type": "text", |
| 53 | "text": "STAY HUMBLE", |
| 54 | "style": "007", |
| 55 | "font": "Montserrat", |
| 56 | "font_size": 110, |
| 57 | "color": "#10b981", |
| 58 | "position": "center", |
| 59 | "z_index": 1 |
| 60 | } |
| 61 | ] |
| 62 | } |
| 63 | ] |
| 64 | } |