Arjan van Wieringen
06/08/2023, 11:01 AMList<Item>
to a Composeable. That one renders each one with a items.forEach { ... }
. However, if the list changes I want the new ones to fade-in. But AnimatedVisibility doesn't really work here because the item is there or it is not, so I have no parameter to pass to AnimatedVisibility. What is the preferred way?dbaelz
06/08/2023, 11:16 AMArjan van Wieringen
06/08/2023, 11:24 AMdbaelz
06/08/2023, 11:29 AMArjan van Wieringen
06/08/2023, 11:31 AM