VectorizedTweenSpec
constructor(durationMillis: Int = DefaultDurationMillis, delayMillis: Int = 0, easing: Easing = FastOutSlowInEasing)
Parameters
durationMillis
duration of the VectorizedTweenSpec animation. Defaults to DefaultDurationMillis.
delayMillis
the amount of time the animation should wait before it starts running, 0 by default.
easing
the easing curve used by the animation. FastOutSlowInEasing by default.