MotionUnit Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
The unit of the value being animated.
Location
- Namespace
- Fuse.Motion
- Package
- Fuse.Motion 2.9.1
Possible Values
- Points
-
Fuse virtual points, typical for a
ScrollView
or otherElement
size property - Normalized
-
Normalized values are those where
1
represents a full unit of movement, such as a page in navigation - Radians
-
Measures an angular value in radians. This is a wrapping value.
- Degrees
-
Measures an angular value in degress. This is a wrapping value.
Interface of MotionUnit
Degrees : MotionUnit uno
Measures an angular value in degress. This is a wrapping value.
HasFlag(MotionUnit) : bool uno
MotionUnit - MotionUnit : MotionUnit uno
MotionUnit != MotionUnit : bool uno
MotionUnit & MotionUnit : MotionUnit uno
MotionUnit ^ MotionUnit : MotionUnit uno
MotionUnit == MotionUnit : bool uno
MotionUnit | MotionUnit : MotionUnit uno
Normalized : MotionUnit uno
Normalized values are those where 1
represents a full unit of movement, such as a page in navigation
Points : MotionUnit uno
Fuse virtual points, typical for a ScrollView
or other Element
size property
Radians : MotionUnit uno
Measures an angular value in radians. This is a wrapping value.