is it a good idea to animate `CircularProgressBar`...
# compose
m
is it a good idea to animate
CircularProgressBar
value like this:
l
looks reasonable to me. To simplify code in the composable might make an extension function on DownloadState
val DownloadState.progress: Float
, to move the if condition somewhere else, but its not fundamentally different
👍 1