tweenRect

See also


Deprecated

use after method instead to add delays

Replace with

after(delay, tweenRect(easing, duration))

See also


@JvmName(name = "tweenRectDeprecated")
fun tweenRect(easings: (dimension: Int) -> Easing, delay: Measure<Time>): FiniteNumericAnimationPlan<Rectangle, Array<Double>>(source)

Deprecated

use after method instead to add delays

Replace with

after(delay, tweenRect(easings))

See also