TransitionAnimationState
Each animation created using animateFloat, etc is represented as a TransitionAnimationState in Transition.
Properties
Link copied to clipboard
All the animation configurations including initial value/velocity & target value for animating from currentState to targetState are captured in animation.
Link copied to clipboard
AnimationSpec that is used for current animation run. This can change when targetState changes.
Link copied to clipboard