[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / src / transitions / flow.js
1 /*
2 * fallback transition for flow in non-3D supporting browsers (which tend to handle complex transitions poorly in general
3 */
4
5 (function( $, window, undefined ) {
6
7 $.mobile.transitionFallbacks.flow = "fade";
8
9 })( jQuery, this );