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

Component basic/050

Component ID: basic/050

A news-style lower-third overlay inspired by CNN breaking news graphics. Features a vertical colored bar on the left, a bold headline with a background strip, and a secondary lead/subtitle text below with its own background. Both text areas animate in with a wipe-right reveal effect. Ideal for news-style videos, informational overlays, speaker identification, or any scenario requiring a professional lower-third graphic.

SectionLower-third overlays typically positioned at the bottom of the video, for titles, names, or news-style banners
Animation1) Red bar grows vertically (200ms). 2) Headline and lead containers wipe open left-to-right (800ms each, staggered). 3) Text slides up with fade-in (300ms).
Intro duration10 s

Preview

Element schema

Minimal shape of a basic/050 component element:

{
    "type": "component",
    "component": "basic/050",
    "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

Overall container positioning and layout.

PropertyTypeDefaultDescription
vertical-alignstring (enum)bottomVertical position. Values: top, center, bottom
text-alignstring (enum)leftContent alignment. Values: left, center, right
padding-bottomstring7vhBottom padding from edge.
padding-leftstring4vwLeft padding.
padding-rightstring4vwRight padding.
overflowstringhiddenKeep 'hidden' for wipe animation.

headline

Main headline strip (white background, black text by default).

PropertyTypeDefaultDescription
textstringHeadline text (typically 1 line).
font-sizestringauto'auto' to fit width, or CSS units.
font-familystringInterGoogle Font name.
font-weightstring700Font weight.
colorstringblackText color.
backgroundstringwhiteStrip background.
text-shadowstring1px 1px 2px #777Text shadow.
text-transformstring (enum)Text transform. Values: none, uppercase, lowercase, capitalize
paddingstring0.4vwInner padding.
padding-leftstring1.5vwLeft padding.

lead

Secondary text strip (black background, white text by default).

PropertyTypeDefaultDescription
textstringLead/subtitle text.
font-sizestringauto'auto' to fit (capped at 80% of headline), or CSS units.
font-familystringInterGoogle Font name.
font-weightstring700Font weight.
colorstringwhiteText color.
backgroundstringblackStrip background.
paddingstring0.4vwInner padding.
padding-leftstring1.5vwLeft padding.

bar

Vertical accent bar on the left.

PropertyTypeDefaultDescription
backgroundstringredBar color.
widthstring2vwBar width.
marginstring0Bar margin.