Reveal

Wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in, slide_left, slide_right, scale_in, stagger.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webgoogle-apps-script-side-panelmcp-apps
Live preview
Infrastructure hoops
4
Abandoned detour
1
Now documented
2
Templates (3 componentIds in blocks)
Fields
FieldType
animationfade_up (default), fade_in, slide_left, slide_right, scale_in, staggerrequired
durationanimation duration in ms (default 500)required
delayinitial delay in ms before first block animates (default 0)required
stagger_delayms between each block when animation is stagger (default 120)required
blocksarray of child atoms to wraprequired
Example payload
{
  "type": "reveal",
  "blocks": [
    {
      "type": "body",
      "text": "Example content."
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:reveal",
  "displayName": "Reveal",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/reveal",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "google-apps-script-side-panel",
    "mcp-apps"
  ],
  "description": "Wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in, slide_left, slide_right, scale_in, stagger.",
  "representativeQueries": [
    "show a entrance animation wrapper for child blocks",
    "wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in,",
    "render a reveal"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →