DurationBasedAnimationSpec
This describes AnimationSpecs that are based on a fixed duration, such as KeyframesSpec, TweenSpec, and SnapSpec. These duration based specs can repeated when put into a RepeatableSpec.
Inheritors
Functions
Link copied to clipboard
abstract override fun <V : AnimationVector> vectorize(converter: TwoWayConverter<T, V>): VectorizedDurationBasedAnimationSpec<V>
Creates a VectorizedAnimationSpec with the given TwoWayConverter.