Animated Border

Card or section with a rotating conic gradient border. Child blocks or content inside.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
blocksarray of child atoms insiderequired
contentmarkdown string (if no blocks)required
fromgradient start colour (defaultrequired
togradient end colour (defaultrequired
viagradient mid colour (defaultrequired
speedrotation speed in seconds (default 3)required
paddinginner padding (default 20px)required
radiusborder radius (default 12px)required
Example payload
{
  "type": "animated_border",
  "blocks": [
    {
      "type": "body",
      "text": "Example content."
    }
  ],
  "content": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:animated_border",
  "displayName": "Animated Border",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/animated_border",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Card or section with a rotating conic gradient border. Child blocks or content inside",
    "render a animated border"
  ]
}
← 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 →