标签: ionic-framework
I want to open page from right to left with animation in Ionic, to be like slide
i have tried like with this got no luck, it got from down to up?
this.navCtrl.push(HomePage, {}, { animate: true, direction: 'forward' });