Set "md" page transition as default for both platforms - v4

Ionic v4.12.0

The iOS page transition animations are very choppy. My toolbar that’s colored using color directive turns white for half a second before navigating to the previous page. I used to love wp-animation in v3. Unfortunately, there’s no such option anymore. Ideally, I don’t want to create my own animation. Has anybody figured out yet a way to set “md” animation as default for both platforms?

Hello,
md means Material Design styles

it’s for android platform

if you wish to use in IOS platform then use this : “ios”

ref: platform-styles

1 Like

I was asking how would I go on about using Android page transitions in iOS? I don’t like iOS’s clunky page transitions.