Page transition same as modal transition

Hi,
i need to set page transition for single page, same as modal transition (slide-in, slide-out). I tried this code:
this._nav.push(DealDetailPage, {deal: deal}, {animation: 'slide-in'});

I also tried lot of different values for animation property, but nothing worked except ion-transition, md-transition and wp-transition. How can i solve this problem?