Content hidden behind two coloured panels that slide apart to reveal it
| Field | Type | |
|---|---|---|
| title | string | optional |
| text | string (optional, alias: content) | optional |
| color | string (optional, panel colour hex) | optional |
| delay | number (optional, seconds) | optional |
{
"type": "split_reveal"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:split_reveal",
"displayName": "Split Reveal",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/split_reveal",
"capabilities": [
"apps-script-web"
],
"description": "Content hidden behind two coloured panels that slide apart to reveal it",
"representativeQueries": [
"show a split-panel reveal animation",
"content hidden behind two coloured panels that slide apart to reveal it",
"render a split 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 →