jquery-mobile/js/jquery.mobile.transition.pop.js

9 lines
228 B
JavaScript

/*
* fallback transition for pop in non-3D supporting browsers (which tend to handle complex transitions poorly in general
*/
(function( $, window, undefined ) {
$.mobile.transitionFallbacks.pop = "fade";
})( jQuery, this );