Shimmer Text

Headline text with an animated shimmer/gloss sweep across a gradient. Use for hero taglines.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
textthe text to render (required)required
sizefont-size CSS value (default 2rem)required
fromgradient start colour (defaultrequired
togradient end colour (defaultrequired
viamid shimmer colour (defaultrequired
speedanimation cycle in seconds (default 2.5)required
weightfont-weight (default 800)required
alignleft (default), center, rightrequired
Example payload
{
  "type": "shimmer_text",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →