Hi,
Is there any way to create a slide-transition
for the following setup, without using <ion-slide-box>
?
I am using ng-repeat
within <ion-content>
, which needs to adjust it’s height and be scrollable. The content obviously changes when the selected date changes.
All I want, is to add a transition when changing the date.
The reason I don’t want to use SlideBox is, that I’d have to rewrite a lot of logic and I am wondering if there is a simpler way to do this?
Thanks for your help.