Headline text with an animated shimmer/gloss sweep across a gradient. Use for hero taglines.
| Field | Type | |
|---|---|---|
| text | the text to render (required) | required |
| size | font-size CSS value (default 2rem) | required |
| from | gradient start colour (default | required |
| to | gradient end colour (default | required |
| via | mid shimmer colour (default | required |
| speed | animation cycle in seconds (default 2.5) | required |
| weight | font-weight (default 800) | required |
| align | left (default), center, right | required |
{
"type": "shimmer_text",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:shimmer_text",
"displayName": "Shimmer Text",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/shimmer_text",
"capabilities": [
"gas",
"web",
"meet-stage",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a Headline text with an animated shimmer/gloss sweep across a gradient. Use for hero taglines",
"render a shimmer text"
]
}
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 →