MotionScript

@motion-script/core


@motion-script/core / OutlinePosition

Type Alias: OutlinePosition

OutlinePosition = "outside" | "center" | "inside"

Defined in: attributes/shape/effects/implementations/outline.ts:15

Where the outline sits relative to the node's silhouette — the same three choices Figma and Illustrator offer for a stroke:

  • "outside" grows outward from the edge, leaving the content untouched.
  • "inside" eats inward, so the node's footprint never changes.
  • "center" straddles the edge, half of width on each side.