Skip to main content

Native SVG Animation

Prefer native SVG or Motionly vector overlays for logos, icons, diagrams, badges, illustrations, line art, and UI graphics. Native animation stays editable; import an existing animated SVG only when its original animation must be preserved.
Simple imported path SVGs support editable fill, stroke, and strokeWidth overrides. These properties can be keyframed like opacity or scale.

Push Into One Region

When the request says “zoom into the logo,” “pan across the illustration,” or “focus on this diagram node,” animate the SVG itself:
originX and originY range from 0 to 1. They set the local pivot used by scale, rotation, and skew. The global camera should move only when the whole composition changes viewpoint.

Vector Callouts

Use image plus overlay children for editable paths, arrows, circles, labels, masks, and clipping attached to a screenshot or diagram. Stagger related paths by 60–140ms, then hold the completed group.

Current Limit

Deterministic path morphing is not implemented. Use matched-shape crossfades, masks, scale/rotation, or separate editable vector layers and state the limitation when true morphing is required.