Typing Indicator

Three bouncing dots inside a chat bubble that signals an agent or user is composing a response. Each dot animates with a staggered delay using CSS @keyframes translateY, creating a continuous wave effect.

Surfaces
webmeet-stagegas-sidebarapps-script-web
Degraded on
SurfaceNote
pdfRenders as a static placeholder bubble; no animation
googlechatCSS animation not supported; renders as plain text
Fields
FieldType
namestring. Agent or user name shown above the bubble. Default "Agent".optional
variant"dark" | "light" (optional, default "dark"). Bubble colour scheme.optional
Example payload
{
  "type": "typing_indicator"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:typing_indicator",
  "displayName": "Typing Indicator",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/typing_indicator",
  "capabilities": [
    "web",
    "meet-stage",
    "gas-sidebar",
    "apps-script-web"
  ],
  "description": "Three bouncing dots inside a chat bubble that signals an agent or user is composing a response. Each dot animates with a staggered delay using CSS @keyframes translateY, creating a continuous wave effect.",
  "representativeQueries": [
    "show a Three-dot bouncing chat typing indicator bubble",
    "three bouncing dots inside a chat bubble that signals an agent or user is composing a response. each",
    "render a typing indicator"
  ]
}
← 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 →