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.Draw And Resolve A Logo
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
Useimage 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.
