ViewBoxMode: "continuous" | "once"

Defines how the ViewBox component applies camera framing adjustments.

  • "continuous": Camera framing is continuously updated while the ViewBox is active. Use for animated or dynamic ViewBoxes.
  • "once": Camera framing is applied once when the ViewBox becomes active, then updates stop. Use for initial framing with subsequent user control.