Ionic-native-transitions : new view appears before the transition

I added ionic-native-transitions to my Ionic 1.x app.

When transitioning from page 1 to 1 I’d expect: Page 1 - (click) - Animated transition between 1 and 2 - Page 2.

Here i get: Page 1 - (click) - Page 2 is loaded and shown - Animated transition between 2 and 2 - Page 2.

How should i configure ionic-native-transitions in order to have a better transition?

Example (default $ionicNativeTransitionsProvider options):

Going forward: “type”: “flip”, “direction”: “up” ; going backwards: ion-nav-back-button

https://dl.dropboxusercontent.com/u/2068366/ionic-native-transitions.mov
https://dl.dropboxusercontent.com/u/2068366/ionic-native-transitions.gif (slowed down…)

Did you find a solution? I am stuck with the exact problem.