DestinationMotionConfig.Unit Property
Defines the unit of the animated variable. This is used to establish reasonable defaults and apply appropriate multipliers.
Angular types, Radians
and Degrees
, use a wrapping mode, such that 370degrees is
the same as 10degrees. In this mode there is no guarantee as to what the output value
will actually be (calling code must also treat equivalent angles the same, or mod them as
required).
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.