Disable reversed slide animation

Hi, i have a simple controller with state params that is a YYYY-MM-DD date. I have swipe left and right gestures added to browse through the dates.

Ionic takes the first loaded date as default index for the direction for swipes.

When I cross the default date, Ionic reverses the animation making it look weird and not logical at all.

I do not want this to happen. The swipe left and right gesture is what should set the direction of the animation. Can this be solved currently?

I’ve tried looking at issues and googling this and I believe it can’t be done today?

But right now then, can I reset the default index in the controler when I want? So that Ionic does not reverse the animation, ever.