How to turn off screen transitions Kotlin Multiplatform
In this article we will find answers to the following questions: Suppose we have the following navigation host: All we need to do is to set up value for enterTransition and exitTransition. If needed, you may want to look at popEnterTransition and popExitTransition as well. In this example we just turn off the transitions:
READ MORE