You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Set the default transition for page changes that use Ajax. Note: default changed from 'slide' to 'fade' in 1.1. Set to 'none' for no transitions.</dd>
<dd>Set a scroll position breakpoint for transitions. If the scroll position is greater than the window height multiplied by the value that has been set, transition "none" will be used.</dd>
105
+
103
106
<dt><code>gradeA</code><em>function that returns a boolean</em>, default: a function returning the value of $.support.mediaquery</dt>
104
107
<dd>Any support conditions that must be met in order to proceed.</dd>
105
108
@@ -130,7 +133,7 @@ <h2>Configurable options</h2>
130
133
<pclass="ui-body ui-body-e"><strong>Deprecated</strong> in 1.2 - use <code>$.mobile.loader.prototype.options.theme</code> instead. See the <ahref="../../docs/pages/loader.html">loader docs</a> for more.</p>
<dd>Set a max width for transitions. The option accepts any number representing a pixel width and its default value <code>false</code>. If a number value is set, transition "none" will be used if the window is wider than the specified value.</dd>
0 commit comments