Hello, is there anybody who can help me out with compose animations? I need to disable the default AnimatedNavHost animations, but nothing seems to work. I have tried following:
I am using:
@Marko Novakovic the enter and exit transitions are not nullable. So it will not work with null.
m
Marko Novakovic
01/03/2022, 12:43 PM
I missread this, I thought you want to cancel
composable
animation
k
Kimon
01/30/2022, 12:03 PM
@MRSasko I have the same problem. There always seems to be a vertical animation, even after using the transitions you mentioned. Have you found a solution to this?