Highlight Sweep

Text with an animated highlight sweep underline that plays on load

Surfaces
apps-script-web
Fields
FieldType
textstring (alias: content)required
colorstring (optional, highlight colour hex, default #fef08a yellow)optional
delaynumber (optional, seconds before sweep starts)optional
sizestring (optional, CSS font-size)optional
Example payload
{
  "type": "highlight_sweep",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:highlight_sweep",
  "displayName": "Highlight Sweep",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/highlight_sweep",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Text with an animated highlight sweep underline that plays on load",
  "representativeQueries": [
    "show a animated highlight sweep text",
    "text with an animated highlight sweep underline that plays on load",
    "render a highlight sweep"
  ]
}
← 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 →