Progress Reveal

Animated progress bar that counts from 0 to a value when scrolled into view

Surfaces
apps-script-web
Fields
FieldType
valuenumber (0–100, alias: percent)required
labelstring (optional, alias: title)optional
colorstring (optional, hex)optional
suffixstring (optional, default %)optional
heightnumber (optional, bar height px)optional
Example payload
{
  "type": "progress_reveal",
  "value": 75
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:progress_reveal",
  "displayName": "Progress Reveal",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/progress_reveal",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Animated progress bar that counts from 0 to a value when scrolled into view",
  "representativeQueries": [
    "show a scroll-triggered animated progress bar",
    "animated progress bar that counts from 0 to a value when scrolled into view",
    "render a progress 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 →