Expose callback for completed transitions
cmathew opened this issue · 1 comments
cmathew commented
we have navigationPropagator.afterNavigation but it fires as the (animated) transition is beginning. Currently the only way to await the end of a transition is transitionFinished
at the individual Navigable level
this new callback probably belongs at the navigator level. But something global would be useful too, for elements that don't have access to each navigator (e.g. we want to change Toolbar UI whenever a navigation finishes "somewhere")