# Scramble Reveal

Text that decrypts/un-scrambles character-by-character on scroll — alias for encrypted_reveal

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| text | string (alias: content, label) |
| title | string (optional) |

## Example payload

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

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