miyamotomusashi
miyamotomusashi

Reputation: 539

changing view transition animation style on ionic

I use ionic framework for my hybrid mobile app. Default , page transition is slide from left to right for android. I want to cahnge this effect. For example I want to make this effect as slide upto top. How can I change view transition effect on ionic? Thanks in advance...

Upvotes: 6

Views: 3944

Answers (2)

Manik Biradar
Manik Biradar

Reputation: 1334

There are 3 new transition effects in addition to ususal Slide: Fade, Cube and Coverflow

example: mySlideOptions = { autoplay: 2000, speed:1000, effect: 'Coverflow', };

Upvotes: 1

Mert Aksoy
Mert Aksoy

Reputation: 412

I think its not possible to change the transitions. You can only disable and change the direction... But you can try to change the transition animations with native transitions plugin

Regards Mert

Upvotes: 1

Related Questions