<!-- Before submitting an issue, please consult our docs (https://ionicframework.com/docs/). --> <!-- Please make sure you are posting an issue pertaining to the Ionic Framework. If you are having an issue with the Ionic Appflow services (Ionic View, Ionic Deploy, etc.) please consult the Ionic Appflow support portal (https://ionic.zendesk.com/hc/en-us) --> <!-- Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/ --> <!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> # Bug Report **Ionic version:** <!-- (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) --> <!-- (For Ionic 2.x & 3.x issues, please use https://github.com/ionic-team/ionic-v3) --> [x] **5.x** **Current behavior:** <!-- Describe how the bug manifests. --> If a new page gets entered, the page in the background doesn't move: <img src="https://raw.githubusercontent.com/mariusbolik/ionic-transitions-bug/master/preview-1.gif" height="500px"> **Expected behavior:** <!-- Describe what the behavior would be without the bug. --> The page in the background (Page 1) should slide to left if a new page appears, like in this example: <img src="https://cdn.dribbble.com/users/24527/screenshots/4751446/juin-26-2018_13-57-14.gif" height="400px"> When going back everything works fine: <img src="https://raw.githubusercontent.com/mariusbolik/ionic-transitions-bug/master/preview-2.gif" height="500px"> **Steps to reproduce:** <!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. --> - Clone Repo - run `npm i` - run `ionic serve` **Related code:** https://github.com/mariusbolik/ionic-transitions-bug