How to disable animation on particular page?

IonicModule.forRoot({animated: false}); disable all the animations on ionic app such as toasts and skeletons, how to disable only the page transition animation?

Hello, try in the page module might be work

1 Like