You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Koala, I was able to set within on stateChangeStart - $animate.enabled(false) - and that would force a transition to be an immediate load, not a left / right swipe animation.
On Lynx, setting $animate.enabled(false) means no animation, but no change of page to the new page either (which to me, meant just a blank screen).
It would be great to have the capability again to be able to do a straight, no animation, state change to another view like it was on Koala. Doesn't necessarily have to be using this approach.