Jason Ankers
04/06/2021, 8:28 AMAnimatedVisibility doesn’t have a callback when the animation finishes?Doris Liu
04/07/2021, 5:11 PMAnimatedVisibility observable if there's a need. 🙂 Curious what is your use case?Jason Ankers
04/08/2021, 3:34 AMSwipeToDismiss composable. I would like the item to animate away with AnimatedVisibility, then I delete the item from my data once the animation completesDoris Liu
04/08/2021, 3:42 AMDisposableEffect in the item and use the onDispose callback as the signal for when the item has finished animating out. 🙂Jason Ankers
04/08/2021, 3:43 AMonDispose as a workaround for now