Revealing letters style
Demo:
006 style schema
This is a simplified schema of a 006
style element:
{
"type": "text",
"style": "006",
"text": "",
"settings": {}
}
Check the full specification of the Style schema in the API documentation.
Settings property for 006
This text style has the following default properties in the settings
field:
Object property
Default value
vertical-align
"center"
font-size
"4vw"
font-family
"Anton"
font-weight
"400"
letter-spacing
"0.5em"
text-align
"center"
text-shadow
"2px 2px rgba(33,33,33,0.5)"
color
"#FFFFFF"
Usage examples
Check the following examples of 006
:
Example 1
{
"width": 640,
"height": 360,
"quality": "high",
"draft": false,
"scenes": [
{
"background-color": "#8661C1",
"elements": [
{
"type": "text",
"style": "006",
"text": "Revealing letters",
"settings": {
"font-size": "4vw",
"font-family": "PT Sans"
},
"duration": 5,
"cache": false
}
]
}
]
}