Headline that sweeps in from left using clip-path mask animation
| Field | Type | |
|---|---|---|
| text | string (alias: title) | required |
| size | string (optional, CSS font-size) | optional |
| color | string (optional, hex) | optional |
| delay | number (optional, seconds) | optional |
{
"type": "text_reveal_mask",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:text_reveal_mask",
"displayName": "Text Reveal Mask",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/text_reveal_mask",
"capabilities": [
"apps-script-web"
],
"description": "Headline that sweeps in from left using clip-path mask animation",
"representativeQueries": [
"show a clip-path text reveal mask animation",
"headline that sweeps in from left using clip-path mask animation",
"render a text reveal mask"
]
}
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 →