Meteor Shower

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.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfRenders as a static dark panel without animation
googlechatCSS animation not supported; renders as a plain dark block
Fields
FieldType
countinteger. Number of meteors. Default 20. Max 40.optional
colorstring. Meteor streak colour. Default "#38bdf8".optional
speed"slow" | "normal" | "fast" (optional, default "normal")optional
backgroundstring. Panel background colour. Default "#0a0f1d".optional
titlestring. Text heading overlaid on the effect.optional
bodystring. Body text overlaid on the effect (markdown inline supported).optional
Example payload
{
  "type": "meteor_shower"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →