# Big Reveal

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

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| text | string (the big value, alias: value, label) |
| sub | string (optional subtitle below, alias: subtitle) |
| color | string (optional, hex) |
| size | string (optional, CSS font-size, default 5rem) |
| delay | number (optional, seconds) |

## Example payload

```json
{
  "type": "big_reveal",
  "text": "A concise description of the content."
}
```

Live page: https://a2uicatalog.ai/atoms/big_reveal/
Full field contract: https://a2uicatalog.ai/spec.json
