# Highlight Sweep

Text with an animated highlight sweep underline that plays on load

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| text | string (alias: content) |
| color | string (optional, highlight colour hex, default #fef08a yellow) |
| delay | number (optional, seconds before sweep starts) |
| size | string (optional, CSS font-size) |

## Example payload

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

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