This is a configuration object: it combines many options to make it simpler in UX for the user to setup and use the motion simulations. It also allows hiding the details of simulation from the UX level.

This is a base class from which ScrollViewMotion and NavigationMotion are derived. When placed as the child of a ScrollView or Navigation (respectively), they allow us to control certain aspects of the motions these elements perform.

Location

Namespace
Fuse.Motion
Package
Fuse.Motion 2.9.1
Show Uno properties and methods

Interface of MotionConfig

Overflow : OverflowType ux

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

Inherited from object