after

@JvmName(name = "afterMulti")
fun <T> after(delay: Measure<Time>, animationPlan: FiniteNumericAnimationPlan<T, Array<Double>>): FiniteNumericAnimationPlan<T, Array<Double>>(source)
@JvmName(name = "afterMulti")
fun <T> after(delay: Measure<Time>, animationPlan: NumericAnimationPlan<T, Array<Double>>): NumericAnimationPlan<T, Array<Double>>(source)

Starts the given animationPlan after a delay.

Parameters

delay

to wait before starting the animation

animationPlan

to run after the delay