Reputation: 539
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
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
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