Open hatimox opened 6 years ago
when I click on back button, the transition looks weird, the transition finish before state changing, i use $ionicNativeTransitions.stateGo() with this config
var theOptions = { "type": slide, "direction": direction, "duration": 400, "slowdownfactor": -1, "iosdelay": 60, "androiddelay": 70, "winphonedelay": 200, "fixedPixelsTop": 0, "fixedPixelsBottom": 0 };
can anyone help? thanks
Did you disable the css animation? Otherwise there will be an overlay of both
when I click on back button, the transition looks weird, the transition finish before state changing, i use $ionicNativeTransitions.stateGo() with this config
var theOptions = { "type": slide, "direction": direction, "duration": 400, "slowdownfactor": -1, "iosdelay": 60, "androiddelay": 70, "winphonedelay": 200, "fixedPixelsTop": 0, "fixedPixelsBottom": 0 };
can anyone help? thanks