How to use up/down animations for certain page transitions?

Native transitions work fine for the most part, but there are several places in my app where I need to be able to have the page go up or down for a state transition rather than left or right.

The iPhone iBooks app has the kind of transition I’m looking for if you tap on the title (where it says “Books”, “PDFs”, etc.).

Is it possible to do this using ionic?

1 Like

By default no, Ionic on its own can’t do that.

But, you can use Cordova Native Page Transitions plugin made for KendoUI and use it with Ionic. A plugin is made to be platform agnostic.

I wrote an article on this topic, click here.