Split Reveal

Content hidden behind two coloured panels that slide apart to reveal it

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
titlestringoptional
textstring (optional, alias: content)optional
colorstring (optional, panel colour hex)optional
delaynumber (optional, seconds)optional
Example payload
{
  "type": "split_reveal"
}
ARD catalog entry
{
  "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": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →