33a45c76af8d83dbe6aa0a18f6d43b1987d35169
[platform/framework/web/web-ui-fw.git] / src / widgets / common / js / jquery.mobile.tizen.configure.js
1 /*
2  * set TIZEN specific configures
3  */
4
5 ( function( $, window, undefined ) {
6
7         /* depth transition */
8         $.mobile.transitionHandlers.depth = $.mobile.transitionHandlers.simultaneous;
9         $.mobile.transitionFallbacks.depth = "fade";
10
11 })( jQuery, this );