Parallax Section

Parallax scroll section (canvas fallback placeholder)

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
titlestring (optional, alias: label, text)optional
Example payload
{
  "type": "parallax_section"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:parallax_section",
  "displayName": "Parallax Section",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/parallax_section",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Parallax scroll section (canvas fallback placeholder)",
  "representativeQueries": [
    "show a parallax scroll section (canvas placeholder)",
    "parallax scroll section (canvas fallback placeholder)",
    "render a parallax section"
  ]
}
← 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 →