I have ion-view template which is referenced from main menu of the app.
In second view i have attribute:
<ion-view title="Settings" animation="slide-in-up">
But page is loaded with default animation.
I tried to remove attribute animation from body tag, but without luck, animation is still same (i tried it in several browsers and android devices).
<body ng-app="starter" animation="slide-left-right-ios7">
Could somebody tell me how can i set animation by right way?
Thanks for any help.
I don't know if this is all of what you're looking for, but I was able to find $ionicAnimation documentation. It also sounds like the Ionic team has been doing some major work that effects transitions, which might be why the docs have been down.