mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-19 13:51:00 +00:00
9 lines
230 B
JavaScript
9 lines
230 B
JavaScript
/*
|
|
* fallback transition for flow in non-3D supporting browsers (which tend to handle complex transitions poorly in general
|
|
*/
|
|
|
|
(function( $, window, undefined ) {
|
|
|
|
$.mobile.transitionFallbacks.flow = "fade";
|
|
|
|
})( jQuery, this );
|