From b019e01201ad4d4b3d4c9f302ddb16d15da0cbd3 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 5 Jan 2012 18:15:17 +0700 Subject: [PATCH] updated docs to describe the maxTransitionWidth option. --- docs/pages/page-transitions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/page-transitions.html b/docs/pages/page-transitions.html index eb1ce243..f1e52fe3 100755 --- a/docs/pages/page-transitions.html +++ b/docs/pages/page-transitions.html @@ -59,7 +59,7 @@

Set the defaultPageTransition global option if you'd prefer a different default transition. Dialogs have a different option called defaultDialogTransition that can also set configured.

- +

By default, transitions are disabled when the window width is greater than 1000px. This value is configurable via the global option $.mobile.maxTransitionWidth, which defaults to 1000. The option accepts any number or false value. If it's not false, the handler will use a "none" transition when the window width is wider than the specified value. This is useful because transitions get very wonky on wider screens.

Creating custom CSS-based transitions