diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index 33b31272..1a76143d 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -38,7 +38,7 @@ define( [ "jquery.mobile.widget" ], function() { linkBindingEnabled: true, // Set default page transition - 'none' for no transitions - defaultPageTransition: "slide", + defaultPageTransition: "fade", // Minimum scroll distance that will be remembered when returning to a page minScrollBack: 250,