Dark panel with CSS-animated diagonal streaks that fall across the surface like a meteor shower. Each meteor is a rotated span with a linear-gradient tail, animated with staggered delays — no JavaScript, no canvas. Optional title and body text render above the effect layer.
| Surface | Note |
|---|---|
| Renders as a static dark panel without animation | |
| googlechat | CSS animation not supported; renders as a plain dark block |
| Field | Type | |
|---|---|---|
| count | integer. Number of meteors. Default 20. Max 40. | optional |
| color | string. Meteor streak colour. Default "#38bdf8". | optional |
| speed | "slow" | "normal" | "fast" (optional, default "normal") | optional |
| background | string. Panel background colour. Default "#0a0f1d". | optional |
| title | string. Text heading overlaid on the effect. | optional |
| body | string. Body text overlaid on the effect (markdown inline supported). | optional |
{
"type": "meteor_shower"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:meteor_shower",
"displayName": "Meteor Shower",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/meteor_shower",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Dark panel with CSS-animated diagonal streaks that fall across the surface like a meteor shower. Each meteor is a rotated span with a linear-gradient tail, animated with staggered delays \u2014 no JavaScript, no canvas. Optional title and body text render above the effect layer.",
"representativeQueries": [
"show a CSS-animated diagonal falling meteor streaks on a dark panel",
"dark panel with css-animated diagonal streaks that fall across the surface like a meteor shower. eac",
"render a meteor shower"
]
}
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 →