Large centred number or word that pops in with a spring scale animation
| Field | Type | |
|---|---|---|
| text | string (the big value, alias: value, label) | required |
| sub | string (optional subtitle below, alias: subtitle) | optional |
| color | string (optional, hex) | optional |
| size | string (optional, CSS font-size, default 5rem) | optional |
| delay | number (optional, seconds) | optional |
{
"type": "big_reveal",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:big_reveal",
"displayName": "Big Reveal",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/big_reveal",
"capabilities": [
"apps-script-web"
],
"description": "Large centred number or word that pops in with a spring scale animation",
"representativeQueries": [
"show a spring-animation big number or word reveal",
"large centred number or word that pops in with a spring scale animation",
"render a big 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 →