You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I click on back button, the transition looks weird, the transition finish before state changing, i use $ionicNativeTransitions.stateGo() with this config
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
The text was updated successfully, but these errors were encountered: