scaleTransition
inline fun Node.scaleTransition(duration: Duration = 400.0.ms, configuration: ScaleTransition.() -> Unit): ScaleTransition
Plays a ScaleTransition.
Return
the animation played.
Parameters
duration
length of this animation.
configuration
the configuration block that customizes animation.