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

Component advanced/001

Component ID: advanced/001

Words zoom in dramatically from very large (14x scale) to normal size, one word at a time with overlap. Creates an impactful falling/zooming effect where each word starts enormous and shrinks into place. The speed is configurable.

SectionSpecial text animation effects (zoom, falling) that go beyond the basic text styles
AnimationEach word scales from 14 to 1 with fade-in and easeOutCirc easing. Speed setting (3-6) controls duration.
Intro duration10 s

Preview

Element schema

Minimal shape of a advanced/001 component element:

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

PropertyTypeDefaultDescription
textstringText to animate (split into words).
speedinteger3Animation speed (3=slow, 6=fast).
colorstringwhiteText color.
font-sizestringFont size.
font-familystringRobotoGoogle Font name.
vertical-alignstring (enum)centerVertical position. Values: top, center, bottom
text-alignstring (enum)centerText alignment. Values: left, center, right