chanjungskim
12/27/2022, 2:06 AMsaket
12/27/2022, 2:33 AMchanjungskim
12/27/2022, 2:36 AMchanjungskim
12/27/2022, 2:36 AMchanjungskim
12/27/2022, 2:52 AMIan Lake
12/27/2022, 6:43 AMDialogs are separate Android windows, they don't respect any animations you set in Compose. That is true with or without Navigation. That's whyitself has no animation properties.Dialog
Ian Lake
12/27/2022, 6:44 AMDialog
doesn't allow you to add animations, layers like Navigation built in top of those basic components can't work around those limitationschanjungskim
12/27/2022, 6:47 AMNavGraphBuilder.dialog{}
.chanjungskim
12/27/2022, 8:30 AMthey don't respect any animations you set in Compose
. this part. Why don't they...?Ian Lake
12/27/2022, 5:50 PMWell, I am not using Dialog. But NavGraphBuilder.dialog() .
And what do you think
NavGraphBuilder.dialog()
uses? It is just a wrapper around Dialog
Ian Lake
12/27/2022, 5:52 PMI don't get, they don't respect any animations you set in Compose. this part. Why don't they...?
An Android Activity and an Android Dialog are part of the Android framework - they know nothing about Compose or its animation system
Ian Lake
12/27/2022, 5:54 PM