ModusCreateOrg/ionic-vue-examples

How to change transition animation

kjetilge opened this issue · 1 comments

A slide-up/fade animation occurs when navigating to each demo. Is it possible to change this animation to something else ?

This is the default ionic transition for android (which is the default for browsers) on iOS the animation is different, you can change that globally like so:

Vue.use(Ionic, { mode: 'ios' });

And here's the full config object: https://github.com/ionic-team/ionic/blob/master/core/src/utils/config.ts