myanmarking
11/22/2022, 5:17 PManimateFloatAsState(
targetValue = progress.percentage,
animationSpec = tween(
durationMillis = 1000,
easing = LinearEasing
)
)
to support a ‘pause’ state ?myanmarking
11/22/2022, 5:18 PMDoris Liu
11/29/2022, 12:32 AMAnimatable
. Animatable#stop()
would effectively stop the animation. You can start it again with animateTo
later on.