mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
set the default toolbars transition to slide, because it looks kinda nice
This commit is contained in:
parent
82ed98cffc
commit
ee0573e7d2
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.core", "./jquery.
|
|||
options: {
|
||||
visibleOnPageShow: true,
|
||||
disablePageZoom: true,
|
||||
transition: "fade", //can be none, fade, slide (slide maps to slideup or slidedown)
|
||||
transition: "slide", //can be none, fade, slide (slide maps to slideup or slidedown)
|
||||
fullscreen: false,
|
||||
tapToggle: true,
|
||||
updatePagePadding: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue