Thursday, 15 September 2011

angularjs - How to disable/change animation between views in ion-nav-view -


I started an Ionic tab project, with this project the default animation comes in between ideas (which when left to right Time, and right-to-left after returning).

  • No animation
  • > So far I have tried to disable the animation as follows, as suggested on this but nothing changed:

     < Code> & lt; Ion-avi-anne animation = "no animation" & gt; & Lt; / Ion neo-view & gt;  

    What's going on?

      angular module ('YOUR_APP_NAME_HERE'). Config (function ($ ionicConfigProvider) {$ ionicConfigProvider.views.transition ('none');});  


    No comments:

    Post a Comment