TransitionAnimationState

inner class TransitionAnimationState<T, V : AnimationVector> : State<T>

Each animation created using InfiniteTransition.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.

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
Link copied to clipboard
Link copied to clipboard
open override var value: T