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

Commit 3205c8e

Browse files
committed
Docs: same page transitions remove details of currently working same page transitions (docs/pages/page-transitions.html)
1 parent b4f3739 commit 3205c8e

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
@@ -142,7 +142,7 @@ <h2>Setting a max width for transitions</h2>
142142
<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>
143143

144144
<h2>Using same page transition</h2>
145-
<p>Transitions to the current active page are ignored be default but can be enabled by using the <code>allowSamePageTransition</code> option of the <code>$.mobile.changePage</code> <a href="../api/methods.html">method</a>. Note that not all transitions will work as expected and may end in an impractical result. Currently (jQuery Mobile 1.1.0) the following transistions work with <code>allowSamePageTransition</code> option enabled: fade, flip, flow, pop, slidedown, slidefade, slideup, and turn.</p>
145+
<p>Transitions to the current active page are ignored be default but can be enabled by using the <code>allowSamePageTransition</code> option of the <code>$.mobile.changePage</code> <a href="../api/methods.html">method</a>. Note that not all transitions will work as expected and may end in an impractical result. </p>
146146

147147
<h2>Creating custom transitions</h2>
148148
<p>jQuery Mobile allows for the addition of <a href="page-customtransitions.html">custom transitions</a> to the <code>$.mobile.transitionHandlers</code> dictionary so you can expand the selection of transitions on your site or app.

0 commit comments

Comments
 (0)