jannis
12/10/2021, 11:25 AMAnimatedNavHost
from the Accompanist library (+latest Compose beta). Even if I disable all animations, e.g.:
AnimatedNavHost(
...
enterTransition = { EnterTransition.None },
exitTransition = { ExitTransition.None },
popEnterTransition = { EnterTransition.None },
popExitTransition = { ExitTransition.None },
) {
I see an expand transition when I open a new screen. Can I disable that somehow? I don't even see where this might coming from 😅Alex
12/10/2021, 11:30 AMjannis
12/10/2021, 11:58 AMallan.conda
12/10/2021, 8:39 PMKimon
01/30/2022, 12:08 PMjannis
01/31/2022, 7:58 AMKimon
01/31/2022, 8:30 AM