mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
default transition type goes to fade
This commit is contained in:
parent
41bc37990a
commit
0a3be2ecf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue