Closed lydavid closed 2 months ago
currently we fade in or something but when the new page is loading a lot of data, we see lag between transition
https://developer.android.com/jetpack/compose/animation
https://developer.android.com/codelabs/jetpack-compose-animation#2
https://developer.android.com/jetpack/compose/tooling#animations
Animation is in focus on the roadmap for navigation library https://developer.android.com/jetpack/androidx/compose-roadmap
alternative is to use fragments but passing callbacks between fragments is a pain
See accompanist
voyager navigation comes with animation (#422)
circuit default animation is fine for now
currently we fade in or something but when the new page is loading a lot of data, we see lag between transition
https://developer.android.com/jetpack/compose/animation
https://developer.android.com/codelabs/jetpack-compose-animation#2
https://developer.android.com/jetpack/compose/tooling#animations
Animation is in focus on the roadmap for navigation library https://developer.android.com/jetpack/androidx/compose-roadmap
alternative is to use fragments but passing callbacks between fragments is a pain
See accompanist