Animatable

constructor(initialValue: T, typeConverter: TwoWayConverter<T, V>, visibilityThreshold: T? = null, label: String = "Animatable")

Parameters

initialValue

initial value of the animatable value holder

typeConverter

A two-way converter that converts the given type T from and to AnimationVector

visibilityThreshold

Threshold at which the animation may round off to its target value.

label

An optional label for differentiating this animation from others.