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.
| Field | Type | |
|---|---|---|
| content | string. Inner HTML rendered inside the card. | optional |
| title | string. Card heading rendered above content. | optional |
| max_tilt | number. Maximum rotation degrees. Default 14. | optional |
| glare | boolean. Show glare highlight. Default true. | optional |
| accent | string. Glare colour. Default rgba(255,255,255,0.15). | optional |
| padding | string. Inner padding. Default 28px. | optional |
{
"type": "tilt_card"
}
{
"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"
]
}
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 →