Hi guys!
I want to add animation between my tabs. When I choose any i want to see fade animation.
<ion-tabs class="tabs-icon-top tabs-positive fade-in-not-out">
<ion-tab [root]="tab1" tabIcon="help-circle" ></ion-tab>
<ion-tab [root]="tab2" tabIcon="checkmark-circle"></ion-tab>
<ion-tab [root]="tab3" tabIcon="contact"></ion-tab>
</ion-tabs>
I tried to use Animation when transition between tabs in Ionic 2 , but that doesn’t work.
Is it real to do it?