Hi,
I wanted to dive into the latest version of the framework for our app, currently animations are removed from the nav-view in beta 14.
I noticed you can set animations through the $ionicConfigProvider and on the view itself. If possible could you provide some guidance on how animations will be done in the future?
My current thought is if :
If I want a custom animation, I can simply define my own animation functions in the format of $ionicConfigProvider.transitions.views.ios as another key in the object.
e.g
$ionicConfigProvider.transitions.views.3dflip = function(enteringHeaderBar, leavingHeaderBar, direction, shouldAnimate){
/ animation logic
}
If I start developing with this in mind will I encounter breaking changes as you guys release your own animation pack?
Thanks Joe