Skip to content

Commit b3aa565

Browse files
committed
Added a warning about the use of the flip transition on Android.
1 parent 29df5c6 commit b3aa565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/docs-transitions.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ <h2>Page transitions</h2>
3636
<a href="transition-success.html" data-role="button" data-rel="dialog" data-transition="slidedown">slidedown</a>
3737
<a href="transition-success.html" data-role="button" data-rel="dialog" data-transition="pop">pop</a>
3838
<a href="transition-success.html" data-role="button" data-rel="dialog" data-transition="fade">fade</a>
39-
<a href="transition-success.html" data-role="button" data-rel="dialog" data-transition="flip">flip</a>
39+
<a href="transition-success.html" data-role="button" data-rel="dialog" data-transition="flip">flip *</a>
4040
</p>
4141

42+
<p>NOTE: The flip transition isn't rendered correctly on most versions of Android because it lacks 3D CSS transform capabilities. Unfortunately, instead of ignoring the flip, Android makes the page "cartwheel" away by rotating instead of flipping. We recommend using this transition sparingly until support improves.</p>
4243
<p>In addition, you can also force a "backwards" transition by specifying <code>data-direction="reverse"</code> on your link. Note: (this was formerly <code>data-back="true"</code>, which will remain supported until 1.0)</p>
4344

4445
<div class="ui-body ui-body-e">

0 commit comments

Comments
 (0)