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

Component advanced/000

Component ID: advanced/000

Text items appear one at a time with a dramatic zoom/scale-up and fade-in effect, then zoom-out with fade before the next item appears. If the text is an array of strings, each string is shown sequentially. Creates a bold, attention-grabbing text presentation effect.

SectionSpecial text animation effects (zoom, falling) that go beyond the basic text styles
AnimationPer text item: scale up from 0.2 to 1 with fade-in (800ms, easeOutSine), pause 500ms, then scale from 1 to 3 with fade-out (600ms, easeInExpo). Cycle repeats for each text item.
Intro duration10 s

Preview

Element schema

Minimal shape of a advanced/000 component element:

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

animation

Text content and styling.

PropertyTypeDefaultDescription
textstring|arrayText to display. Can be an array for sequential items.
colorstringwhiteText color.
font-sizestringFont size.
font-familystringRobotoGoogle Font name.
text-strokestringText outline/stroke (e.g. '2px black').
vertical-alignstring (enum)centerVertical position. Values: top, center, bottom
text-alignstring (enum)centerText alignment. Values: left, center, right