Ionic4 skip specific page transition

Is it possible to skip page transition animation for a specific page?
For instance, generally I would like my app to transition between pages (routes) with material design style animation, but in some cases I would like the page (route) to change instantly, without animation.
Can this be achieved?