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

Component basic/052

Component ID: basic/052

A horizontal sliding lower-third with a fixed section label on the left and a headline that slides in from the left. The section label stays fixed while the main text wipes in with a reveal animation. Duration adapts dynamically to text length. Clean and modern look for category tags, tickers, or labeled headlines.

SectionLower-third overlays typically positioned at the bottom of the video, for titles, names, or news-style banners
AnimationHeadline slides in from left with clipPath reveal. Duration is dynamic: 500ms + (20ms per character).
Intro duration10 s

Preview

Element schema

Minimal shape of a basic/052 component element:

{
    "type": "component",
    "component": "basic/052",
    "settings": {}
}

See the full component element reference for shared properties like duration, start, x, y, etc.

Settings

The settings property accepts the following groups. Each group contains CSS-like properties; see component CSS properties for the full list of supported keys.

card

Container positioning.

PropertyTypeDefaultDescription
vertical-alignstring (enum)bottomVertical position. Values: top, center, bottom
horizontal-alignstring (enum)Horizontal position. Values: left, center, right

section

Fixed label on the left side (e.g. category, tag).

PropertyTypeDefaultDescription
textstringSection label text (e.g. 'MUSIC', 'NEWS').
colorstringText color.
background-colorstringLabel background color.
border-radiusstringCorner rounding.
paddingstringInner padding.
font-familystringGoogle Font name.
font-sizestringFont size.

headline

Main sliding headline text.

PropertyTypeDefaultDescription
textstringHeadline text.
colorstringText color.
background-colorstringHeadline background.
border-radiusstringCorner rounding.
paddingstringInner padding.
font-familystringGoogle Font name.
font-sizestringFont size.