Big Reveal

Large centred number or word that pops in with a spring scale animation

Surfaces
apps-script-web
Fields
FieldType
textstring (the big value, alias: value, label)required
substring (optional subtitle below, alias: subtitle)optional
colorstring (optional, hex)optional
sizestring (optional, CSS font-size, default 5rem)optional
delaynumber (optional, seconds)optional
Example payload
{
  "type": "big_reveal",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →