tweenDouble
fun tweenDouble(easing: EasingFunction, duration: Measure<Time>): FiniteNumericAnimationPlan<Double, Double>(source)
See also
fun tweenDouble(easing: EasingFunction, duration: Measure<Time>, delay: Measure<Time>): FiniteNumericAnimationPlan<Double, Double>(source)
Deprecated
use after method instead to add delays
Replace with
after(delay, tweenDouble(easing, duration))
Content copied to clipboard