{
"timeline": {
"soundtrack": {
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/music/unminus/palmtrees.mp3"
},
"background": "#000000",
"tracks": [
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>HELLO</p>",
"css": "p { font-family: 'Montserrat ExtraBold'; color: #ffffff; font-size: 38px; text-align: left; }",
"width": 600,
"height": 60
},
"start": 1.2,
"length": 5,
"transition": {
"in": "slideLeft",
"out": "slideLeft"
},
"position": "left",
"offset": {
"x": 0.05,
"y": 0.05
}
},
{
"asset": {
"type": "html",
"html": "<p>SHOTSTACK</p>",
"css": "p { font-family: 'Montserrat ExtraBold'; color: #ffffff; font-size: 38px; text-align: left; }",
"width": 600,
"height": 60
},
"start": 1.3,
"length": 5,
"transition": {
"in": "slideLeft",
"out": "slideLeft"
},
"position": "left",
"offset": {
"x": 0.05,
"y": 0
}
},
{
"asset": {
"type": "html",
"html": "<p>VIDEO</p>",
"css": "p { font-family: 'Montserrat ExtraBold'; color: #25d3d0; font-size: 38px; text-align: left; }",
"width": 600,
"height": 60
},
"start": 1.4,
"length": 5,
"transition": {
"in": "slideLeft",
"out": "slideLeft"
},
"position": "left",
"offset": {
"x": 0.05,
"y": -0.05
}
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "hd"
}
}
Sliding text effect, fade in and animate from from right to left.
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.