Tilt Card

A card that tilts in 3D perspective as the cursor moves across it, with a radial glare highlight that tracks cursor position. Uses CSS preserve-3d and dynamic box-shadow.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
contentstring. Inner HTML rendered inside the card.optional
titlestring. Card heading rendered above content.optional
max_tiltnumber. Maximum rotation degrees. Default 14.optional
glareboolean. Show glare highlight. Default true.optional
accentstring. Glare colour. Default rgba(255,255,255,0.15).optional
paddingstring. Inner padding. Default 28px.optional
Example payload
{
  "type": "tilt_card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:tilt_card",
  "displayName": "Tilt Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/tilt_card",
  "capabilities": [
    "apps-script-web",
    "web",
    "meet-stage"
  ],
  "description": "A card that tilts in 3D perspective as the cursor moves across it, with a radial glare highlight that tracks cursor position. Uses CSS preserve-3d and dynamic box-shadow.",
  "representativeQueries": [
    "show a 3D perspective tilt card with glare highlight driven by cursor position",
    "a card that tilts in 3d perspective as the cursor moves across it, with a radial glare highlight tha",
    "render a tilt card"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →