From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- .../development-bundle/demos/effect/default.html | 109 +++++++++++++++++++++ static/development-bundle/demos/effect/easing.html | 107 ++++++++++++++++++++ static/development-bundle/demos/effect/index.html | 19 ++++ 3 files changed, 235 insertions(+) create mode 100644 static/development-bundle/demos/effect/default.html create mode 100644 static/development-bundle/demos/effect/easing.html create mode 100644 static/development-bundle/demos/effect/index.html (limited to 'static/development-bundle/demos/effect') diff --git a/static/development-bundle/demos/effect/default.html b/static/development-bundle/demos/effect/default.html new file mode 100644 index 0000000..bcd48a2 --- /dev/null +++ b/static/development-bundle/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/static/development-bundle/demos/effect/easing.html b/static/development-bundle/demos/effect/easing.html new file mode 100644 index 0000000..0758530 --- /dev/null +++ b/static/development-bundle/demos/effect/easing.html @@ -0,0 +1,107 @@ + + + + + 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/static/development-bundle/demos/effect/index.html b/static/development-bundle/demos/effect/index.html new file mode 100644 index 0000000..65aa399 --- /dev/null +++ b/static/development-bundle/demos/effect/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + -- cgit v1.2.1