TransitionAnimationState
Each animation created using androidx.compose.animation.animateColor, InfiniteTransition.animateFloat, or InfiniteTransition.animateValue is represented as a TransitionAnimationState in InfiniteTransition. typeConverter converts the animation value from/to an AnimationVector. label differentiates this animation from others in android studio.
Properties
Link copied to clipboard
All the animation configurations including initial value/velocity & target value for animating from initialValue to targetValue are captured in animation.
Link copied to clipboard
AnimationSpec that is used for current animation run.
Link copied to clipboard