tornadofx / tornadofx / javafx.scene.shape.Shape / animateFill

animateFill

fun Shape.animateFill(time: Duration, from: Color, to: Color, easing: Interpolator = Interpolator.EASE_BOTH, reversed: Boolean = false, play: Boolean = true, op: FillTransition.() -> Unit = {}): FillTransition