Kinetic Headline

Headline where each word flies in with a staggered animation

Surfaces
apps-script-web
Fields
FieldType
textstring (alias: title)required
sizestring (optional, CSS font-size)optional
colorstring (optional, hex)optional
staggernumber (optional, seconds between words)optional
stylestring (optional, up|down|scale|fade)optional
Example payload
{
  "type": "kinetic_headline",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:kinetic_headline",
  "displayName": "Kinetic Headline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/kinetic_headline",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Headline where each word flies in with a staggered animation",
  "representativeQueries": [
    "show a word-by-word kinetic headline animation",
    "headline where each word flies in with a staggered animation",
    "render a kinetic headline"
  ]
}
← 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 →