Question about animating

Hey folks,

could I also animate the ionic2 tag/attribute [when]?

I currently use this in addition with <ion-split-pane [when]="isLarge"></ion-split-pane>

Thanks,
Oliver

That’s a good question. When inspecting the DOM, you’ll notice that at the time you’re breakpoint isLarge was hit the class split-pane get’s an extra class called split-pane-visible . I think you should be able to manipulate that.