default transition type goes to fade

This commit is contained in:
scottjehl 2011-12-29 21:30:42 +07:00
parent 41bc37990a
commit 0a3be2ecf3

View file

@ -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,