diff --git a/docs/pages/page-transitions.html b/docs/pages/page-transitions.html index 1fa6bf7f..0ec60a95 100755 --- a/docs/pages/page-transitions.html +++ b/docs/pages/page-transitions.html @@ -26,12 +26,15 @@

The jQuery Mobile framework includes a set of CSS-based transition effects that can be applied to any page link or form submission with Ajax navigation:

- +
diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index 19c8485c..f33e392a 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -44,7 +44,7 @@ define( [ "jquery.mobile.widget" ], function() { maxTransitionWidth: false, // Minimum scroll distance that will be remembered when returning to a page - minScrollBack: 250, + minScrollBack: 10, // Set default dialog transition - 'none' for no transitions defaultDialogTransition: "pop",

fade

dialog