FloatTweenSpec
constructor(duration: Int = DefaultDurationMillis, delay: Int = 0, easing: Easing = FastOutSlowInEasing)
Parameters
duration
the amount of time (in milliseconds) the animation will take to finish. Defaults to DefaultDurationMillis
delay
the amount of time the animation will wait before it starts running. Defaults to 0.
easing
the easing function that will be used to interoplate between the start and end value of the animation. Defaults to FastOutSlowInEasing.