Has anyone explored animating double precision floating point values in Compose? Seems like the animation API is entirely built around Float, which isn't precise enough for my use case (latitude and longitude).
If I want to animate Double, how might I go about it?
Separately, any tricks for animating rotating values via the shortest direction? Meaning animating 5 to 355 should go backwards through 0, not upwards through 180.