set the default toolbars transition to slide, because it looks kinda nice

This commit is contained in:
scottjehl 2012-01-26 15:18:33 +07:00
parent 82ed98cffc
commit ee0573e7d2

View file

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