SnapSpec
SnapSpec describes a jump-cut type of animation. It immediately snaps the animating value to the end value.
Parameters
delay
the amount of time (in milliseconds) that the animation should wait before it starts. Defaults to 0.
Functions
Link copied to clipboard
open override fun <V : AnimationVector> vectorize(converter: TwoWayConverter<T, V>): VectorizedDurationBasedAnimationSpec<V>
Creates a com.jakewharton.mosaic.animation.VectorizedAnimationSpec with the given com.jakewharton.mosaic.animation.TwoWayConverter.