88d656282e5b8bcc24871fe4a68111c9f1c841b9
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / pages / page-transitions-dialog.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1">
6         <title>jQuery Mobile Framework - Dialog</title>
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head>
15 <body>
16
17         <div data-role="page" id="dialog-success" data-dom-cache="true"><!-- dialog-->
18
19                 <div data-role="header" data-theme="e">
20                         <h1>Dialog</h1>
21                 </div><!-- /header -->
22
23                 <div data-role="content" data-theme="e">
24                         <p>That was an animated page transition effect to a dialog that we added with a <code>data-transition</code> attribute on the link.</p>
25                         <p>Since it uses CSS animations, this should be hardware accelerated on many devices. To see transitions, 3D transform support is required so if you only saw a fade transition that's the reason.</p>
26                         
27                         <a href="docs-transitions.html" data-role="button" data-theme="b" data-rel="back">Take me back</a>   
28                 </div>
29         </div>
30         
31         <div data-role="page" id="page-success"><!-- dialog-->
32
33 </body>
34 </html>