Renders an active vector illustration display controlled via Lottie runtime rules.
| Surface | Note |
|---|---|
| meet-stage | Multi-frame rendering degrades during active screen streams. |
| googlechat | Vector scripts disappear, producing empty blocks. |
| Missing engines stop animation playback. | |
| apps-script-web | requires lottie-web CDN; add the script tag to your Apps Script HtmlService page |
| Field | Type | |
|---|---|---|
| src_url | string. Direct reference path to remote asset configuration. | required |
| loop | boolean. Whether playback recreates endlessly. | required |
{
"type": "lottie_animation",
"src_url": "https://example.com",
"loop": true
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:lottie_animation",
"displayName": "Lottie Animation",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/lottie_animation",
"capabilities": [
"web"
],
"description": "Renders an active vector illustration display controlled via Lottie runtime rules.",
"representativeQueries": [
"show a render lightweight high-performance vector Lottie animations",
"renders an active vector illustration display controlled via lottie runtime rules.",
"render a lottie animation"
]
}
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 →