defaultDialogTransition
$.mobile.defaultDialogTransitionはダイアログ表示時のアニメーションを指定できる設定です。
ダイアログを表示する際のアニメーションを、data-transitionと同じ値から指定できます。$.mobile.defaultDialogTransitionの初期値は”pop“。
jQuery Mobileの初期設定はmobileinitイベント時に変更が可能です。
$(document).on("mobileinit",function() {
$.mobile.defaultDialogTransition = "slideup";
});
jQuery Mobile 1.0.0での追加/変更$.mobile.defaultDialogTransitionはjQuery Mobile 1.0で定義された設定です。
参考URL
Configuring Defaults | jQuery Mobile API Documentation
登録日 : 2013年05月11日 最終更新日 : 2016年12月19日
同じカテゴリー(初期設定)のエントリー
- initSelector
- transitionFallbacks
- touchOverflowEnabled
- subPageUrlKey
- phonegapNavigationEnabled
- pageLoadErrorMessageTheme
- pageLoadErrorMessage
- ns
- minScrollBack
- maxTransitionWidth
- loadingMessageTheme
- loadingMessageTextVisible
- loadingMessage
- linkBindingEnabled
- hashListeningEnabled
- gradeA
- getMaxScrollForTransition
- dynamicBaseEnabled
- defaultPageTransition
- defaultDialogTransition
- buttonMarkup.hoverDelay
- autoInitializePage
- allowCrossDomainPages
- activePageClass
- activeBtnClass
- orientationChangeEnabled
- resetTimerDuration
- clickDistanceThreshold
- moveDistanceThreshold
- verticalDistanceThreshold
- horizontalDistanceThreshold
- durationThreshold
- scrollSupressionThreshold
- tapholdThreshold
- hidePlaceholderMenuItems
- ajaxEnabled
- nativeMenu
- keepNative
- clearSearchButtonText
- ignoreContentEnabled
- domCache
- pushStateEnabled