Archived docs Get your API Key
Get started
Tutorials
Guides
Reference
Help for AI agents
🤖 AI Assistant

Text styles

Text styles control the entry animation of a text element. They all share the same CSS-like settings (font, colour, alignment, shadow…) — only the animation differs. Pick a style by setting the style property on the text element:

{
  "type": "text",
  "style": "005",
  "text": "Hello",
  "settings": { "font-family": "Anton", "font-size": "8vw", "color": "#FFFFFF" }
}

The catalog below is generated from the live CDN. Each card links to a detail page with the animation description, defaults, and a video preview.

Text styles control the animation effect when rendering text elements. Use with type 'text' and set the 'style' property to the style ID. All text styles accept the same CSS settings to control appearance; they differ only in animation.

{ "type": "text", "style": "<style_id>", "text": "Your text", "settings": { ... } }

See also