mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 18:04:46 +00:00
Turned maxTransitionWidth to false by default
Useful for testing, we may set this back to a value once we've seen more feedback. Improved the comment a bit.
This commit is contained in:
parent
b52551d9a3
commit
97ff127a1c
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ define( [ "jquery.mobile.widget" ], function() {
|
|||
// Set default page transition - 'none' for no transitions
|
||||
defaultPageTransition: "fade",
|
||||
|
||||
// Set maximum window width for transitions to apply
|
||||
maxTransitionWidth: 1000,
|
||||
// Set maximum window width for transitions to apply - 'false' for no limit
|
||||
maxTransitionWidth: false,
|
||||
|
||||
// Minimum scroll distance that will be remembered when returning to a page
|
||||
minScrollBack: 250,
|
||||
|
|
|
|||
Loading…
Reference in a new issue