TweenSpec

constructor(durationMillis: Int = AnimationConstants.DefaultDurationMillis, delay: Int = 0, easing: Easing = FastOutSlowInEasing)

Parameters

durationMillis
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.