{
"timeline": {
"fonts": [
{
"src": "https://templates.shotstack.io/basic/asset/font/barlow-extrabold.ttf"
},
{
"src": "https://templates.shotstack.io/basic/asset/font/barlow-extralight.ttf"
},
{
"src": "https://templates.shotstack.io/basic/asset/font/barlow-regular.ttf"
}
],
"soundtrack": {
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/music/freepd/fireworks.mp3",
"effect": "fadeOut"
},
"background": "#0036dd",
"tracks": [
{
"clips": [
{
"asset": {
"type": "image",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/logos/news-white.png"
},
"start": 1.5,
"length": 3.5,
"fit": "none",
"offset": {
"y": 0.2
},
"transition": {
"in": "fade"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>Main Headline</p>",
"css": "p { font-family: 'Barlow ExtraBold'; color: #f2f2f2; font-size: 80px; }",
"width": 1000,
"height": 100
},
"start": 1.9,
"length": 3.1,
"offset": {
"y": -0.02
},
"transition": {
"in": "slideRight"
}
},
{
"asset": {
"type": "html",
"html": "<p>Summary copy and more information</p>",
"css": "p { font-family: 'Barlow'; color: #f2f2f2; font-size: 60px; }",
"width": 1000,
"height": 150,
"position": "top"
},
"start": 2.1,
"length": 2.9,
"offset": {
"y": -0.14
},
"transition": {
"in": "slideRight"
}
},
{
"asset": {
"type": "html",
"html": "<p><b>Tel:</b> 999-999-9999</p>",
"css": "p { font-family: 'Barlow ExtraLight'; color: #f2f2f2; font-size: 40px; } ",
"width": 1000,
"height": 50
},
"start": 2.3,
"length": 2.7,
"position": "center",
"offset": {
"y": -0.25
},
"transition": {
"in": "fade"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 384,
"height": 1080,
"background": "#dddddd"
},
"start": 0.0,
"length": 1.2,
"position": "left",
"offset": {
"x": 0.0
},
"transition": {
"out": "carouselDownSlow"
}
},
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 384,
"height": 1080,
"background": "#dddddd"
},
"start": 0.0,
"length": 1.4,
"position": "left",
"offset": {
"x": 0.2
},
"transition": {
"out": "carouselDownSlow"
}
},
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 384,
"height": 1080,
"background": "#dddddd"
},
"start": 0.0,
"length": 1.6,
"position": "left",
"offset": {
"x": 0.4
},
"transition": {
"out": "carouselDownSlow"
}
},
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 384,
"height": 1080,
"background": "#dddddd"
},
"start": 0.0,
"length": 1.8,
"position": "left",
"offset": {
"x": 0.6
},
"transition": {
"out": "carouselDownSlow"
}
},
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 384,
"height": 1080,
"background": "#dddddd"
},
"start": 0.0,
"length": 2,
"position": "left",
"offset": {
"x": 0.8
},
"transition": {
"out": "carouselDownSlow"
}
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "1080"
}
}
Animated panels create an effect that looks like falling bars. Text and logo is then displayed once the effect finishes.
New to Shotstack? Sign up to use this template and start automatically generating videos.
Test and modify this template directly in Postman by forking our public Collection.
Customize the template and integrate it in to your application or workflow using the programming language of your choice.
Use this template as the starting point for integration with our SDKs. Port the JSON to PHP, Node or Ruby and integrate in to your code base.