While I know that disabling page transitions in the app.module.ts file using
IonicModule.forRoot({animated: false})
will turn off transitions and animations for the entire app, I am looking for a way to only disable the page transition for a particular page. My goal is to create a custom animation for opening this page, similar to the zoom effect when tapping a contact name on WhatsApp's conversation screen toolbar. I want all other pages to keep the default transition intact.