From ceb911e3c2ce41406392f13c15d865761a3eaa2d Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 00:17:59 +0100 Subject: [PATCH] new example of various transition effects when switching to a new page --- ch01_06.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ch01_06.html diff --git a/ch01_06.html b/ch01_06.html new file mode 100644 index 0000000..f2f4e39 --- /dev/null +++ b/ch01_06.html @@ -0,0 +1,44 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

First page

+
+
+

Examples of various transition effects when switching to a new page.

+

Go to the second page with a slide.

+

Go to the second page with a slide up.

+

Go to the second page with a slide down.

+

Go to the second page with a pop.

+

Go to the second page with a fade.

+

Go to the second page with a flip.

+
+
+

mobilexweb.com

+
+
+
+
+

Second page

+
+
+

This is the main content of the second page.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file