Text that decrypts/un-scrambles character-by-character on scroll — alias for encrypted_reveal
| Field | Type | |
|---|---|---|
| text | string (alias: content, label) | required |
| title | string | optional |
{
"type": "scramble_reveal",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:scramble_reveal",
"displayName": "Scramble Reveal",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/scramble_reveal",
"capabilities": [
"apps-script-web"
],
"description": "Text that decrypts/un-scrambles character-by-character on scroll \u2014 alias for encrypted_reveal",
"representativeQueries": [
"show a character-scramble text reveal on scroll",
"text that decrypts/un-scrambles character-by-character on scroll \u2014 alias for encrypted_reveal",
"render a scramble reveal"
]
}
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 →