TweenSpec
constructor(durationMillis: Int = AnimationConstants.DefaultDurationMillis, delay: Int = 0, easing: Easing = FastOutSlowInEasing)
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.