Hi, I would like to ask how to add transition anim...
# compose
n
Hi, I would like to ask how to add transition animations when using navController to call pages in jetpack Compose?
f
Transition animations are not supporterd yet. More info in this thread: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1616080704148700
Or just search for it. There were several threads about this topic
n
ahh thank you very much!
I was using this method to transition the interface, but when I realized that I needed to use navigation to switch the interface, I found that I could not use this method, so I am also looking forward to navigation to support transition animation sooner
t
You can use https://github.com/Tlaster/PreCompose/ as a workaround which comes with built-in support for navigation transition, but it only works with jetbrains compose for now.
👍 1
n
It's you, Tlaster!
okay i will check it
thank you !