Has anyone used Crossfade with navigation compose?...
# compose
k
Has anyone used Crossfade with navigation compose? I want Crossfade to be shown only once and in later cases like
onResume
, the screen should be shown directly. How can I achieve this?
i
Animations and things like crossfade are something we're building into Navigation Compose right now, just isn't possible as of yet
👍 2