Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9837080

Browse files
Docs (config): Added maxTransitionWidth and transitionFallbacks
1 parent 47270d8 commit 9837080

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api/globalconfig.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ <h2>Configurable options</h2>
121121
<dt><code>loadingMessageTheme</code> <em>string</em>, default: "a"</dt>
122122
<dd>The theme that the loading message box uses when text is visible.</dd>
123123

124+
<dt><code>maxTransitionWidth</code> <em>string, boolean</em>, default: false</dt>
125+
<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>
126+
124127
<dt><code>minScrollBack</code> <em>integer</em>, default: 250</dt>
125128
<dd>Minimum scroll distance that will be remembered when returning to a page.</dd>
126129

@@ -153,6 +156,9 @@ <h2>Configurable options</h2>
153156
Enable smoother page transitions and true fixed toolbars in devices that support both the <code>overflow:</code> and <code>overflow-scrolling: touch; </code> CSS properties.
154157
<p class="ui-body ui-body-e"><strong>Deprecated<strong> in 1.1.0</p>
155158
</dd>
159+
160+
<dt><code>transitionFallbacks.[transition]</code> <em>string</em>, default: "fade"</dt>
161+
<dd>Set the fallback transition for browsers that don't support 3D transforms for a specific transition type.</dd>
156162

157163
</dl>
158164
</div><!--/content-secondary -->

0 commit comments

Comments
 (0)