Word Reveal

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.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
textstring. Text to reveal word by word.required
colourstring. Text colour. Default rgba(255,255,255,0.92).optional
gradientstring. CSS gradient applied to whole line (overrides colour).optional
sizestring. Font-size. Default clamp(2rem,5vw,3.5rem).optional
weightinteger. Font-weight. Default 800.optional
delaynumber. Seconds between each word. Default 0.12.optional
alignstring. text-align. Default center.optional
Example payload
{
  "type": "word_reveal",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →