From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../development-bundle/demos/effect/default.html | 109 +++++++++++++++++++++ .../development-bundle/demos/effect/easing.html | 108 ++++++++++++++++++++ .../development-bundle/demos/effect/index.html | 19 ++++ 3 files changed, 236 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/effect/default.html create mode 100644 include/jquery_ui/development-bundle/demos/effect/easing.html create mode 100644 include/jquery_ui/development-bundle/demos/effect/index.html (limited to 'include/jquery_ui/development-bundle/demos/effect') diff --git a/include/jquery_ui/development-bundle/demos/effect/default.html b/include/jquery_ui/development-bundle/demos/effect/default.html new file mode 100644 index 000000000..deffa6da2 --- /dev/null +++ b/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/effect/easing.html b/include/jquery_ui/development-bundle/demos/effect/easing.html new file mode 100644 index 000000000..c97535c0b --- /dev/null +++ b/include/jquery_ui/development-bundle/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/include/jquery_ui/development-bundle/demos/effect/index.html b/include/jquery_ui/development-bundle/demos/effect/index.html new file mode 100644 index 000000000..65aa3993a --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/effect/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + -- cgit v1.2.3