But theThe fallback transition for browsers that don't support 3D transforms can be configured for each transition type, but by default we specify "fade" as the fallback. For example, this will set the fallback transition for the slideout transition to "none":
$.mobile.transitionFallbacks.slideout = "none"
$.mobile.transitionFallbacks.slideout = "none", again getting me fade transistion when
non-3D support devices comes.$.mobile.transitionFallbacks = {} // or 'none'