Wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in, slide_left, slide_right, scale_in, stagger.
blocks)| Field | Type | |
|---|---|---|
| animation | fade_up (default), fade_in, slide_left, slide_right, scale_in, stagger | required |
| duration | animation duration in ms (default 500) | required |
| delay | initial delay in ms before first block animates (default 0) | required |
| stagger_delay | ms between each block when animation is stagger (default 120) | required |
| blocks | array of child atoms to wrap | required |
{
"type": "reveal",
"blocks": [
{
"type": "body",
"text": "Example content."
}
]
}
{
"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"
]
}
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 →