DestinationMotionConfig Constructor uno
Creates a new DestinationMotionConfig
This class defines the animation of a value as it moves towards another values. It is typically used as a composite object of other types, such as MotionConfig, Attract and Attractor.
Creates a new DestinationMotionConfig
Specifies how much the duration extends depending on the covered distance. This is
an exponent of that distance distance ^ DurationExp
: a value of 0
is
a constant Duration
, unaffected by distance; a value of 1
is a multple of
the duration.
For a Type="Easing"
, this specifies which easing should be used.
Specifies the basic type of animation for the transition. The meaing of the other properties varies depending on this type.