MotionScript

@motion-script/core


@motion-script/core / CornerStyle

Type Alias: CornerStyle

CornerStyle = "rounded" | "angled"

Defined in: attributes/shape/corners/corner-style.ts:8

How a single corner is shaped once it has a non-zero radius:

  • 'rounded' — a circular arc;
  • 'angled' — a straight diagonal chamfer cut across the corner.