tweenPoint
fun tweenPoint(easing: EasingFunction, duration: Measure<Time>): FiniteNumericAnimationPlan<Point, Array<Double>>(source)
fun tweenPoint(easings: (dimension: Int) -> Easing): FiniteNumericAnimationPlan<Point, Array<Double>>(source)
See also
fun tweenPoint(easing: EasingFunction, duration: Measure<Time>, delay: Measure<Time>): FiniteNumericAnimationPlan<Point, Array<Double>>(source)
Deprecated
use after method instead to add delays
Replace with
after(delay, tweenPoint(easing, duration))
Content copied to clipboard
See also
fun
Deprecated
use after method instead to add delays
Replace with
after(delay, tweenPoint(easings))
Content copied to clipboard