Reveal

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

Surfaces
gaswebmeet-stageapps-script-web
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": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in, slide_left, slide_right, scale_in, stagger",
    "render a 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 →