InfiniteTransition.TransitionAnimationState


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 in android studio.

Summary

Public properties

TargetBasedAnimation<T, V>

All the animation configurations including initial value/velocity & target value for animating from initialValue to targetValue are captured in animation.

Cmn
AnimationSpec<T>

AnimationSpec that is used for current animation run.

Cmn
String
Cmn
TwoWayConverter<T, V>
Cmn
open T
Cmn

Public properties

animation

val animationTargetBasedAnimation<T, V>

All the animation configurations including initial value/velocity & target value for animating from initialValue to targetValue are captured in animation.

animationSpec

val animationSpecAnimationSpec<T>

AnimationSpec that is used for current animation run.

label

val labelString

typeConverter

val typeConverterTwoWayConverter<T, V>

value

open val value: T