mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-19 13:51:00 +00:00
added fallback transition for flow
This commit is contained in:
parent
8d0c2402ca
commit
c09c767bd5
1 changed files with 9 additions and 0 deletions
9
js/jquery.mobile.transition.flow.js
Normal file
9
js/jquery.mobile.transition.flow.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* 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 );
|
||||
Loading…
Reference in a new issue