Text with an animated highlight sweep underline that plays on load
| Field | Type | |
|---|---|---|
| text | string (alias: content) | required |
| color | string (optional, highlight colour hex, default #fef08a yellow) | optional |
| delay | number (optional, seconds before sweep starts) | optional |
| size | string (optional, CSS font-size) | optional |
{
"type": "highlight_sweep",
"text": "A concise description of the content."
}
{
"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"
]
}
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 →