Words appear one by one with a fade-up animation that auto-plays on page load — no user interaction required. Great for Meet Stage title slides and reveal moments.
| Field | Type | |
|---|---|---|
| text | string. Text to reveal word by word. | required |
| colour | string. Text colour. Default rgba(255,255,255,0.92). | optional |
| gradient | string. CSS gradient applied to whole line (overrides colour). | optional |
| size | string. Font-size. Default clamp(2rem,5vw,3.5rem). | optional |
| weight | integer. Font-weight. Default 800. | optional |
| delay | number. Seconds between each word. Default 0.12. | optional |
| align | string. text-align. Default center. | optional |
{
"type": "word_reveal",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:word_reveal",
"displayName": "Word Reveal",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/word_reveal",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Words appear one by one with a fade-up animation that auto-plays on page load \u2014 no user interaction required. Great for Meet Stage title slides and reveal moments.",
"representativeQueries": [
"show a auto-play word-by-word fade-up reveal animation",
"words appear one by one with a fade-up animation that auto-plays on page load \u2014 no user interaction",
"render a word reveal"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →