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

Commit 47270d8

Browse files
Docs (transitions): grammar correction.
1 parent b07ff6b commit 47270d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/page-transitions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>Setting a max scroll for transitions</h2>
139139
This scroll position breakpoint is configurable via the new <code>getMaxScrollForTransition</code> function.</p>
140140

141141
<h2>Setting a max width for transitions</h2>
142-
<p>By default, transitions can be disabled (set to "none") when the window width is greater than a certain pixel width. This feature is useful because transitions can be distracting or perform poorly on larger screens. This value is configurable via the global option <code>$.mobile.maxTransitionWidth</code>, which defaults to <code>false</code>. The option accepts any number representing a pixel width or <code>false</code> value. If it's not <code>false</code>, the handler will use a "none" transition when the window width is wider than the specified value.</p>
142+
<p>By default, transitions can be disabled (set to "none") when the window width is greater than a certain pixel width. This feature is useful because transitions can be distracting or perform poorly on larger screens. This value is configurable via the global option <code>$.mobile.maxTransitionWidth</code>, which defaults to <code>false</code>. The option accepts any number representing a pixel width or <code>false</code> value. If it's not <code>false</code>, the handler will use a "none" transition when the window is wider than the specified value.</p>
143143

144144

145145

0 commit comments

Comments
 (0)