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

Component basic/120

Component ID: basic/120

A profile card with a circular image, name, title, and description. The image pops in with an elastic scale effect, name and title slide up with staggered timing, and the description fades in. Perfect for team introductions, testimonial cards, speaker bios, or social media profile displays.

SectionText card components with headline, body, and optional decorative elements
Animation1) Image fades in then scales with elastic bounce (1000ms). 2) Name and title slide up with stagger (300ms between, 1000ms each). 3) Description fades in (1000ms).
Intro duration10 s

Preview

Element schema

Minimal shape of a basic/120 component element:

{
    "type": "component",
    "component": "basic/120",
    "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)Vertical position. Values: top, center, bottom
horizontal-alignstring (enum)Horizontal position. Values: left, center, right

image

Circular profile image.

PropertyTypeDefaultDescription
srcstringURL to profile image.

name

Person's name.

PropertyTypeDefaultDescription
textstringName text.
colorstringText color.
font-sizestringFont size.
font-familystringGoogle Font name.
font-weightstringFont weight.

title

Job title or role.

PropertyTypeDefaultDescription
textstringTitle text.
colorstringText color.
font-sizestringFont size.
font-familystringGoogle Font name.

description

Additional description text.

PropertyTypeDefaultDescription
textstringDescription text.
colorstringText color.
font-sizestringFont size.
font-familystringGoogle Font name.