Jonathan
07/15/2025, 8:22 PMInfiniteTransition
doesn’t have a pause/stop function. In the past I achieved it by using a while
loop inside of a LaunchedEffect
and manually updating an Animatable
instance. This feels a little clunky and I wonder if there is a proper API I should be using.