Wraps child blocks with entrance animations triggered on load. animation choices: fade_up, fade_in, slide_left, slide_right, scale_in, stagger.
| 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": [
"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"
]
}
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 →