CSS-animated celebration overlay triggered by a named effect type. confetti fires falling coloured rectangles via keyframe animation. trophy bounces a large emoji with a scale-in animation. pulse radiates a glowing circle. fireworks scatters particles radially. Designed as a schema atom wrapper around the canvas particle blast used in Cyberpunk Maverick demos.
| Surface | Note |
|---|---|
| Renders as a static icon and message only | |
| CSS animations not supported; renders as static icon |
| Field | Type | |
|---|---|---|
| trigger | string (required). One of confetti, trophy, pulse, fireworks. | required |
| status | string. Small label shown above the effect (e.g. resolved, done). | optional |
| message | string. Text shown below the icon. | optional |
| color | string. Primary accent color for pulse effect. Default | optional |
{
"type": "effect_overlay",
"trigger": "click"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:effect_overlay",
"displayName": "Effect Overlay",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/effect_overlay",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "CSS-animated celebration overlay triggered by a named effect type. confetti fires falling coloured rectangles via keyframe animation. trophy bounces a large emoji with a scale-in animation. pulse radiates a glowing circle. fireworks scatters particles radially. Designed as a schema atom wrapper around the canvas particle blast used in Cyberpunk Maverick demos.",
"representativeQueries": [
"show a CSS confetti/trophy/pulse celebration overlay triggered by name",
"css-animated celebration overlay triggered by a named effect type. confetti fires falling coloured r",
"render a effect overlay"
]
}
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 →