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