I want to be able to control the navigation transition direction dynamically.
in this post I found out how i can enforce either android or ios default transitions.
https://forum.ionicframework.com/t/page-transition-direction-in-ionic-4/148518/5
IonicModule.forRoot({
rippleEffect: false,
// TODO:
// navAnimation: override here
}),
Is there a way i can set the transition direction from inside a component before the transition starts?