I need to animate between colors, similar to anima...
# compose
m
I need to animate between colors, similar to animateColorAsState, but getting the intermediate values manually (e.g. get the color 0.3 of the way between color A and B). How do I access that color-cross-fade functionality without running an animation?
1
m
Thank you!