Is there any example of Animation between Screens which is Composable? Also i’m not using Compose Navigation. @Doris Liu
n
Nikola Drljaca
02/04/2021, 11:20 PM
Well if you are using good ol' fragments you can make it work with the existing transition framework. If you are using compose navigation, I suggest looking at
AnimatedVisibility
, you can make use of the enter transitions. Its a janky solution probably, but it might fit your needs for now.