AnimationScope
AnimationScope provides all the animation related info specific to an animation run. An AnimationScope will be accessible during an animation.
See also
Properties
The time when the animation finished successfully in the System.nanoTime timebase.
Last frame time of the animation.
Start time of the animation in the System.nanoTime timebase.
Target value of the animation.
com.jakewharton.mosaic.animation.TwoWayConverter to convert type T from and to AnimationVector.
Current value of the AnimationScope.
Velocity of type T, converted from velocityVector.
Current velocity vector of the AnimationScope.
Functions
Cancels the animation that this AnimationScope corresponds to. The scope will not be updated any more after cancelAnimation is called.
Creates an AnimationState that populates all the fields in AnimationState from AnimationScope.