Open thomasarbona opened 7 years ago
I'm trying to make a route which fades on open and close.
static route = { styles: { ...NavigationStyles.Fade, } };
But the Fade effect only affects the transition when I close this component. How can the transition be applied on open too ?
I'm trying to make a route which fades on open and close.
But the Fade effect only affects the transition when I close this component. How can the transition be applied on open too ?