Square format promo with stat component and bold typography
| 1 | { |
| 2 | "width": 1080, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 4, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "text", |
| 13 | "text": "BLACK FRIDAY", |
| 14 | "style": "005", |
| 15 | "font": "Montserrat", |
| 16 | "font_size": 110, |
| 17 | "color": "#ef4444", |
| 18 | "position": "center", |
| 19 | "z_index": 1 |
| 20 | } |
| 21 | ] |
| 22 | }, |
| 23 | { |
| 24 | "duration": 4, |
| 25 | "background": "#ef4444", |
| 26 | "transition": { |
| 27 | "type": "zoomin", |
| 28 | "duration": 0.5 |
| 29 | }, |
| 30 | "elements": [ |
| 31 | { |
| 32 | "type": "component", |
| 33 | "component_id": "social/stat", |
| 34 | "variables": { |
| 35 | "value": "70%", |
| 36 | "label": "OFF EVERYTHING" |
| 37 | }, |
| 38 | "position": "center", |
| 39 | "width": 600, |
| 40 | "height": 300, |
| 41 | "z_index": 1, |
| 42 | "fade_in": 0.3 |
| 43 | } |
| 44 | ] |
| 45 | }, |
| 46 | { |
| 47 | "duration": 3, |
| 48 | "background": "#000000", |
| 49 | "transition": { |
| 50 | "type": "fade", |
| 51 | "duration": 0.3 |
| 52 | }, |
| 53 | "elements": [ |
| 54 | { |
| 55 | "type": "text", |
| 56 | "text": "SHOP NOW", |
| 57 | "style": "006", |
| 58 | "font": "Montserrat", |
| 59 | "font_size": 96, |
| 60 | "color": "#FFFFFF", |
| 61 | "position": "center", |
| 62 | "y": -20, |
| 63 | "z_index": 1 |
| 64 | }, |
| 65 | { |
| 66 | "type": "text", |
| 67 | "text": "Use code FRIDAY70 at checkout", |
| 68 | "style": "002", |
| 69 | "font": "Montserrat", |
| 70 | "font_size": 28, |
| 71 | "color": "#ef4444", |
| 72 | "position": "center", |
| 73 | "y": 50, |
| 74 | "z_index": 2 |
| 75 | } |
| 76 | ] |
| 77 | } |
| 78 | ] |
| 79 | } |