Typewriter

Text that reveals itself character-by-character using a CSS steps() width animation on an overflow-hidden monospace container, with an optional blinking cursor. No JavaScript required.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfRenders as static completed text; no animation
googlechatCSS animation not supported; renders as plain text
Fields
FieldType
textstring. The text to type out.required
speed"slow" | "normal" | "fast" (optional, default "normal")optional
cursorbool. Show blinking cursor after typing. Default true.optional
colorstring. Text colour. Default "#0f172a".optional
sizestring. Font size e.g. "1.4rem". Default "1.4rem".optional
weightstring. Font weight. Default "600".optional
backgroundstring. Container background. Default "#f8fafc".optional
Example payload
{
  "type": "typewriter",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:typewriter",
  "displayName": "Typewriter",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/typewriter",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Text that reveals itself character-by-character using a CSS steps() width animation on an overflow-hidden monospace container, with an optional blinking cursor. No JavaScript required.",
  "representativeQueries": [
    "show a CSS character-by-character typewriter reveal with optional cursor",
    "text that reveals itself character-by-character using a css steps() width animation on an overflow-h",
    "render a typewriter"
  ]
}
← 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 →