added fallback transition for flow

This commit is contained in:
scottjehl 2012-01-09 22:51:35 +07:00
parent 8d0c2402ca
commit c09c767bd5

View 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 );