Lottie Animation

Renders an active vector illustration display controlled via Lottie runtime rules.

Surfaces
web
Degraded on
SurfaceNote
meet-stageMulti-frame rendering degrades during active screen streams.
googlechatVector scripts disappear, producing empty blocks.
emailMissing engines stop animation playback.
apps-script-webrequires lottie-web CDN; add the script tag to your Apps Script HtmlService page
Fields
FieldType
src_urlstring. Direct reference path to remote asset configuration.required
loopboolean. Whether playback recreates endlessly.required
Example payload
{
  "type": "lottie_animation",
  "src_url": "https://example.com",
  "loop": true
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →