animateFloat¶
@Composable
fun animateFloat(targetValue: Float, spec: AnimationSpec = AnimationSpec()): Float
Animates a float value toward targetValue using spec.
@Composable
fun animateFloat(targetValue: Float, spec: AnimationSpec = AnimationSpec()): Float
Animates a float value toward targetValue using spec.