Transition left or right using tabs

Hi guys

I’m trying to reproduce the navigation of Tumblr app, that when I click one tab, I see a transition of the state. But I’dont know if it possible to create using the last version of Ionic (beta-4).

Somebody know say to me if it’s possible?

Att

Yup, just apply one of the animation classes to the ion-tabs.


 <ion-tabs class="tabs-icon-top tabs-dark slide-left-right"></ion-tabs>

Works fine! Thank you :smiley: