{
"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": "#000000",
"tracks": [
{
"clips": [
{
"asset": {
"type": "image",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/logos/real-estate-black.png"
},
"start": 1.3,
"length": 3.7,
"fit": "none",
"scale": 0.65,
"position": "topLeft",
"offset": {
"x": 0.19,
"y": -0.1
},
"transition": {
"in": "slideRight"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>Main Heading</p>",
"css": "p { font-family: 'Barlow ExtraBold'; color: #000000; font-size: 60px; }",
"width": 800,
"height": 80
},
"start": 1.9,
"length": 3.1,
"position": "left",
"offset": {
"x": 0.05,
"y": 0.04
},
"transition": {
"in": "slideUp"
}
},
{
"asset": {
"type": "html",
"html": "<p>Subheading and more info</p>",
"css": "p { font-family: 'Barlow'; color: #000000; font-size: 50px; }",
"width": 800,
"height": 150,
"position": "top"
},
"start": 2.1,
"length": 2.9,
"position": "left",
"offset": {
"x": 0.05,
"y": -0.07
},
"transition": {
"in": "slideUp"
}
},
{
"asset": {
"type": "html",
"html": "<p>www.example.com</p>",
"css": "p { font-family: 'Barlow ExtraLight'; color: #000000; font-size: 40px; }",
"width": 800,
"height": 50
},
"start": 2.2,
"length": 2.8,
"position": "left",
"offset": {
"x": 0.05,
"y": -0.18
},
"transition": {
"in": "slideUp"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 1200,
"height": 1500,
"background": "#e6f6e5"
},
"start": 0.7,
"length": 4.3,
"position": "left",
"offset": {
"x": -0.1
},
"transform": {
"rotate": {
"angle": -7
}
},
"transition": {
"in": "slideRightSlow"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p> </p>",
"width": 1920,
"height": 1080,
"background": "#0ea800"
},
"start": 0,
"length": 5
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "1080"
}
}
A diagonal panel animation for use as an intro title slide for a video.
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.