TweenSpec
@Immutable
Creates a TweenSpec configured with the given duration, delay, and easing curve.
Parameters
durationMillis
duration of the VectorizedTweenSpec animation.
delay
the number of milliseconds the animation waits before starting, 0 by default.
easing
the easing curve used by the animation. FastOutSlowInEasing by default.
Constructors
Functions
Link copied to clipboard
open override fun <V : AnimationVector> vectorize(converter: TwoWayConverter<T, V>): VectorizedTweenSpec<V>
Creates a VectorizedAnimationSpec with the given TwoWayConverter.