How to Crossfade animation between tabs in Ionic 2?

Hi, title says it all.
How do I make a crossfade animation between tabs like this example: https://material-design.storage.googleapis.com/publish/material_v_4/material_ext_publish/0B3321sZLoP_HTTA0QUM4MWxKSTg/components_bottomnavigation_behavior_crossfade.webm

1 Like

Or any kind of animation between tabs

Even without tab, to make a transition inside a view for something like this.

<div *ngIf="aBoolean">Content 1</div>
<div *ngIf="!aBoolean">Content 2</div>

I’ve seen there is import { Animation } from 'ionic-angular'; but the documentation lead to a 404.

Can I upvote this question?

Having the same issue.

That would be great to have such animations when navigating between tabs