Specifies how user control is handled in the overflow area (when the user attempts to move beyond the maximum or minimum position.

Note this defines only what happens when the user is interacting with the control in some way. Once the interaction is completed typically the Snap motion will bring the position back into bounds.

Location

Namespace
Fuse.Motion
Package
Fuse.Motion 2.9.1

Returns

OverflowType

Possible Values

Open

Movement is unrestricted and continues into overflow area

Clamp

The value is hard-clamped at the bounds

Elastic

The movement has a dimishing influence on the actual value as it extends into the overflow area