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