MotionConfig.Unit Property
The Unit specifies what type of value is being animated.
Location
- Namespace
- Fuse.Motion
- Package
- Fuse.Motion 2.9.1
Returns
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.