Is there any update on supporting transitions in compose-navigation
👀 3
d
Doris Liu
02/01/2021, 7:58 AM
It's still a high priority on our roadmap. The new transition APIs were actually inspired by the need to support custom animations as a part of the navigation transition. 🙂
✅ 7
👍 2
c
Colton Idle
02/01/2021, 8:47 PM
@Doris Liu thats exciting! Do you by any chance know (or maybe this is more so for @Ian Lake ) but if my app is built with fragments that are composables (thats the route my new project is taking) will we be able to use the material transition api between fragments even though the fragments are fully composables?
I'm just thinking of a basic master > detail scenario built with a single activity, 2 fragments (each fragment is a composable 100% internally)
i
Ian Lake
02/01/2021, 9:21 PM
View transition APIs cannot animate individual composables, so the best you'd probably get is animating the entire compose hierarchy (the