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
Moved the transition sampler page to a multi-page format to avoid the loader every time you want to try a transition. Leaving the old page here for now because we may link to it elsewhere.
<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>
@@ -83,6 +83,24 @@ <h3>More in this section</h3>
83
83
</div>
84
84
85
85
</div><!-- /page -->
86
+
87
+
88
+
89
+
90
+
91
+
<divdata-role="page" id="dialog"><!-- dialog-->
92
+
93
+
<divdata-role="header" data-theme="e">
94
+
<h1>Ta-da!</h1>
95
+
</div><!-- /header -->
96
+
97
+
<divdata-role="content" data-theme="e">
98
+
<p>That was an animated page transition effect that we added with a <code>data-transition</code> attribute on the link.</p>
99
+
<p>Since it uses CSS transforms, this should be hardware accelerated on many mobile devices.</p>
100
+
<p>What do you think?</p>
101
+
<ahref="docs-transitions.html" data-role="button" data-theme="b" data-rel="back">I like it</a>
0 commit comments