# Kinetic Headline

Headline where each word flies in with a staggered animation

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| text | string (alias: title) |
| size | string (optional, CSS font-size) |
| color | string (optional, hex) |
| stagger | number (optional, seconds between words) |
| style | string (optional, up|down|scale|fade) |

## Example payload

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

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