Dmitry Kroz
01/17/2022, 10:49 PMbarat
01/18/2022, 6:49 AMCircularProgressIndicator
animatedProgress by animateFloatAsState(targetValue = your value, animationSpec = ProgressIndicatorDefaults.ProgressAnimationSpec)
CurcularProgressIndicator(
progress = animatedProgress,
)
John Nichol
01/18/2022, 8:00 AMChris Sinco [G]
01/22/2022, 6:39 AM