scale

inline fun scale(duration: Duration = 400.0.ms, configuration: ScaleTransition.() -> Unit): ScaleTransition

Append a ScaleTransition.

Return

the animation added.

Parameters

duration

length of this animation.

configuration

the configuration block that customizes animation.