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