I am creating page transitions for my app, all works well when using navCtrl.push(), but the navCtrl.pop() transition using the ion-navbar back button always defaults to a “fade out and down” animation.
How can I create my own NavController Pop animation? Ideally, I’d like to have different animations per page.