NavigationMotion Class
A configuration object for Fuse.Navigation.StructuredNavigation This provides reasonable defaults for navigation and a good basis for customization.
Location
- Namespace
- Fuse.Motion
- Package
- Fuse.Motion 2.9.1
Interface of NavigationMotion
Inherited from MotionConfig
Goto : DestinationMotion<float2> uno
Specifies the motion for "Goto" or "MoveTo" style transitions.
GotoDistance : float ux
Set/get the DestinationMotion.Distance of Goto
GotoDuration : float ux
Set/get the DestinationMotion.Duration of Goto
GotoDurationExp : float ux
Set/get the DestinationMotion.DurationExp of Goto
GotoEasing : Easing ux
Set/get the DestinationMotion.Easing of Goto
GotoType : MotionDestinationType ux
Set/get the DestinationMode.Type of Goto
Overflow : OverflowType ux
OverflowExtent : float2 ux
For limited overflow types this specifies the logical extent of the overflow area.
Snap : DestinationMotion<float2> uno
Specifies the motion for "Snap" / overflow limitting transitions.
SnapDistance : float ux
Set/get the DestinationMotion.Distance of Snap
SnapDuration : float ux
Set/get the DestinationMotion.Duration of Snap
SnapDurationExp : float ux
Set/get the DestinationMotion.DurationExp of Snap
SnapEasing : Easing ux
Set/get the DestinationMotion.Easing of Snap
SnapType : MotionDestinationType ux
Set/get the DestinationMotion.Type of Snap
Unit : MotionUnit ux
The Unit specifies what type of value is being animated.