diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-30 17:04:35 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-30 17:04:35 +0000 |
commit | 59a091deffc24c9075a53c00027d83924b4ebfdd (patch) | |
tree | 1159fae88a3da0799cdc4869e90d3801c41b4829 /www/js/mobile_config.js | |
parent | ee83279fe540754ccae130bc493287655306f7ae (diff) |
use slidey transitions
Diffstat (limited to 'www/js/mobile_config.js')
-rw-r--r-- | www/js/mobile_config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/mobile_config.js b/www/js/mobile_config.js index ef96235..d208fd9 100644 --- a/www/js/mobile_config.js +++ b/www/js/mobile_config.js @@ -1,3 +1,4 @@ $(document).bind("mobileinit", function(){ $.mobile.ignoreContentEnabled = true; + $.mobile.defaultPageTransition = 'slide'; }); |