State transition flip

Hi,

I am using the ionic-native-transitions plugin for transition between states. It works fine, but what I want now is to make a page flip a fixed number of times within a fixed duration. For example when I login ,the page should flip 3 times within 3 seconds before showing the next page.

Any help would be greatly appreciated.

I tried flip animation in an app some time ago. It was a mess if you have complex dom-structures in the animated element.

Instead of css animation i would use telerik native transitions
http://plugins.telerik.com/cordova/plugin/native-page-transitions

you can find an example app here: