How to animate navigation between different ion-nav-view

I asked a question before about hiding tabs, I just need an app as:
/tab/list contain tabs at footer
/tab/list/item without tabs and have back-button and animate like native app

or about
how can we controll navigation in a view state? i’m not proficient in AngularJS. It seems that angular-ui-route just remember pushState in one ion-nab-view and navigate view state.

To have navigation between states, you need to do the following :

<ion-nav-view animation="slide-left-right">