From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../jquery-ui-1.9pre/demos/effect/default.html | 109 +++++++++++++++++++++ .../jquery-ui-1.9pre/demos/effect/easing.html | 108 ++++++++++++++++++++ .../jquery-ui-1.9pre/demos/effect/index.html | 19 ++++ 3 files changed, 236 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/effect/default.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/effect/easing.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/effect/index.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/effect') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/effect/default.html b/src/main/webapp/jquery-ui-1.9pre/demos/effect/default.html new file mode 100644 index 0000000..d70e4f6 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/effect/default.html @@ -0,0 +1,109 @@ + + + + + jQuery UI Effects - Effect demo + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Effect

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+ + + +
+

Click the button above to show the effect.

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/effect/easing.html b/src/main/webapp/jquery-ui-1.9pre/demos/effect/easing.html new file mode 100644 index 0000000..e3270c0 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/effect/easing.html @@ -0,0 +1,108 @@ + + + + + jQuery UI Effects - Easing demo + + + + + + + + + +
+ +
+ +
+ + + +
+

All easings provided by jQuery UI are drawn above, using a HTML canvas element. Click a diagram to see the easing in action.

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/effect/index.html b/src/main/webapp/jquery-ui-1.9pre/demos/effect/index.html new file mode 100644 index 0000000..65aa399 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/effect/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + -- cgit v1.1