stroke
inline fun stroke(duration: Duration = 400.0.ms, fromValue: Color? = null, toValue: Color? = null, configuration: StrokeTransition.() -> Unit): StrokeTransition
Append a StrokeTransition.
Return
the animation added.
Parameters
duration
length of this animation.
configuration
the configuration block that customizes animation.