FiniteAnimationSpec
Interface
Common
public interface FiniteAnimationSpec<T> : AnimationSpec<T>
FiniteAnimationSpec
is the interface that all non-infinite AnimationSpec
s implement,
including: TweenSpec
, SpringSpec
, KeyframesSpec
, RepeatableSpec
, SnapSpec
, etc. By
definition, InfiniteRepeatableSpec
does not implement this interface.
Functions
override fun <V : AnimationVector> vectorize(
converter: TwoWayConverter<T, V>
): VectorizedFiniteAnimationSpec<V>