OptionaleasingOptionalgeometryOptionalgestureOptionalmsDefault: 200ms tween with easeOut.
OptionalopOp label for the recorded transform op. Default: 'animate'.
OptionalshouldPredicate: return false to skip animation and write through immediately.
OptionalskipConvenience: when true, auto-skip animation if the id is currently being
manipulated by an active gesture. Implementation: see gestureScope —
the wrapper consults a shared "in-flight ids" Set if one is provided,
otherwise this option is a no-op (treat as shouldAnimate returning true).
Mutually exclusive with shouldAnimate.
OptionalspringUse a spring instead of a duration tween. Mutually exclusive with ms/easing.
Optional: a Set the kit (or app) populates with ids currently being manipulated by a gesture. When
skipDuringGestureis true and the id is in this Set, the wrapper writes through immediately.