vectorize
abstract fun <V : AnimationVector> vectorize(typeConverter: TwoWayConverter<T, V>): VectorizedDecayAnimationSpec<V>
Creates a VectorizedDecayAnimationSpec with the given TwoWayConverter.
The underlying animation system operates on AnimationVectors. T will be converted to AnimationVector to animate. VectorizedDecayAnimationSpec describes how the converted AnimationVector should be animated.
Parameters
typeConverter
converts the type T from and to AnimationVector type