alexsullivan114
03/08/2021, 7:22 PMalexsullivan114
03/08/2021, 7:30 PMDoris Liu
03/08/2021, 7:36 PMLet's say I have some immutable composable and I want to animate changes to it whenever its recomposed with a new value. Is that possible?Yes
Is that something that you'd do at the immutable composable layer or at some wrapper layer?Both are valid. Let me find you some examples.
ColorAnimation
composable) and convert that to a target color value, and animate that change. From the `Box`'s perspective in this example, the animation is done somewhere else, and it's just consuming the animation value.alexsullivan114
03/08/2021, 7:50 PMDoris Liu
03/08/2021, 7:58 PMalexsullivan114
03/08/2021, 7:59 PM