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

Component basic/051

Component ID: basic/051

A lower-third with a circular image (like a profile photo or logo) on the left and a headline text on the right. The image has an animated rotating circular border. The headline slides in with a wipe effect. Great for speaker identification, social media profiles, or testimonial overlays.

SectionLower-third overlays typically positioned at the bottom of the video, for titles, names, or news-style banners
Animation1) Image fades in (1000ms). 2) Headline wipes open left-to-right (800ms). 3) Text slides up (300ms). 4) Circular border rotates 360deg with elastic easing (2500ms).
Intro duration10 s

Preview

Element schema

Minimal shape of a basic/051 component element:

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

headline

Text displayed next to the image.

PropertyTypeDefaultDescription
textstringHeadline text.
font-sizestringauto'auto' to fit, or CSS units.
font-familystringInterGoogle Font name.
font-weightstring700Font weight.
colorstringText color.
backgroundstringBackground behind text.
paddingstringText padding.
border-top-right-radiusstringTop-right corner radius of text area.

image

Circular image displayed on the left.

PropertyTypeDefaultDescription
srcstringURL to image (displayed as circle).
sizestring8vwImage diameter in vw units (e.g. '8vw').

bar

Rotating circular border around the image.

PropertyTypeDefaultDescription
colorstringredBorder color.