Page Transition direction

Apparently the default Page Transition has changed with Ionic 4 from bottom to top instead of left to right when using ‘forward’ as direction.

Code:

this._navController.pop({animate: true, direction: ‘forward’})

How do I change it to left to right?

Thx for help!