My solution to this problem ended up being having ...
# compose
r
My solution to this problem ended up being having each nav graph destination provide their own
Scaffold
if needed. That eliminated the problem of having to awkwardly animate the bottom/top nav and produces the smooth animation one would expect. I’m not sure if this is or isn’t a good practice, but it seems to get the job done.