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