From 3353f65c0edc98ba8feebcb39ac8349d2bf07fbd Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Fri, 30 Jan 2009 22:54:41 +0000 Subject: [PATCH] reverted r 1920 --- demos/effect_types/all_effects.html | 222 ++++++++++++++++++ .../effect_types/{toggle.html => blind.html} | 19 +- demos/effect_types/bounce.html | 42 ++++ demos/effect_types/{hide.html => clip.html} | 20 +- demos/effect_types/default.html | 199 ++++++++++++++++ demos/effect_types/{effect.html => drop.html} | 22 +- .../{animate.html => explode.html} | 25 +- demos/effect_types/fold.html | 45 ++++ demos/effect_types/highlight.html | 42 ++++ demos/effect_types/index.html | 31 +++ demos/effect_types/puff.html | 45 ++++ demos/effect_types/pulsate.html | 42 ++++ demos/effect_types/scale.html | 44 ++++ demos/effect_types/shake.html | 42 ++++ demos/effect_types/show.html | 49 ---- demos/effect_types/size.html | 54 +++++ demos/effect_types/slide.html | 45 ++++ demos/effect_types/transfer.html | 48 ++++ 18 files changed, 937 insertions(+), 99 deletions(-) create mode 100644 demos/effect_types/all_effects.html rename demos/effect_types/{toggle.html => blind.html} (60%) create mode 100644 demos/effect_types/bounce.html rename demos/effect_types/{hide.html => clip.html} (56%) create mode 100644 demos/effect_types/default.html rename demos/effect_types/{effect.html => drop.html} (56%) rename demos/effect_types/{animate.html => explode.html} (56%) create mode 100644 demos/effect_types/fold.html create mode 100644 demos/effect_types/highlight.html create mode 100644 demos/effect_types/index.html create mode 100644 demos/effect_types/puff.html create mode 100644 demos/effect_types/pulsate.html create mode 100644 demos/effect_types/scale.html create mode 100644 demos/effect_types/shake.html delete mode 100644 demos/effect_types/show.html create mode 100644 demos/effect_types/size.html create mode 100644 demos/effect_types/slide.html create mode 100644 demos/effect_types/transfer.html diff --git a/demos/effect_types/all_effects.html b/demos/effect_types/all_effects.html new file mode 100644 index 000000000..01b847221 --- /dev/null +++ b/demos/effect_types/all_effects.html @@ -0,0 +1,222 @@ + + + + jQuery UI Effects Test Suite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/effect_types/toggle.html b/demos/effect_types/blind.html similarity index 60% rename from demos/effect_types/toggle.html rename to demos/effect_types/blind.html index 9dcf9dc61..413b2c7e4 100644 --- a/demos/effect_types/toggle.html +++ b/demos/effect_types/blind.html @@ -1,22 +1,21 @@ - jQuery UI Effect Methods - Toggle Demo + jQuery UI Effects - Blind Demo - + @@ -26,14 +25,14 @@
-
-

Toggle

+
+

Blind

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

-Show Effect +
diff --git a/demos/effect_types/bounce.html b/demos/effect_types/bounce.html new file mode 100644 index 000000000..733b38478 --- /dev/null +++ b/demos/effect_types/bounce.html @@ -0,0 +1,42 @@ + + + + jQuery UI Effects - Bounce Demo + + + + + + + + + + +
+ +
+

Bounce

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/hide.html b/demos/effect_types/clip.html similarity index 56% rename from demos/effect_types/hide.html rename to demos/effect_types/clip.html index b4f83e429..53d58cfa7 100644 --- a/demos/effect_types/hide.html +++ b/demos/effect_types/clip.html @@ -1,22 +1,21 @@ - jQuery UI Effect Methods - Hide Demo + jQuery UI Effects - Clip Demo - + @@ -26,20 +25,19 @@
-
-

Hide

+
+

Clip

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

-Show Effect
-

Click anywhere in the frame above to see the effect.

+

Click anywhere in the frame above to toggle the effect.

diff --git a/demos/effect_types/default.html b/demos/effect_types/default.html new file mode 100644 index 000000000..3f2fe0c13 --- /dev/null +++ b/demos/effect_types/default.html @@ -0,0 +1,199 @@ + + + + jQuery UI Effects - All Effect Types + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Blind

+

Click to view the effect in action.

+
+
+ +
+
+

Bounce

+

Click to view the effect in action.

+
+
+ +
+
+

Clip

+

Click to view the effect in action.

+
+
+ +
+
+

Drop

+

Click to view the effect in action.

+
+
+ +
+
+

Explode

+

Click to view the effect in action.

+
+
+ +
+
+

Fold

+

Click to view the effect in action.

+
+
+ +
+
+

Highlight

+

Click to view the effect in action.

+
+
+ +
+
+

Puff

+

Click to view the effect in action.

+
+
+ +
+
+

Pulsate

+

Click to view the effect in action.

+
+
+ +
+
+

Scale

+

Click to view the effect in action.

+
+
+ +
+
+

Shake

+

Click to view the effect in action.

+
+
+ +
+
+

Size

+

Click to view the effect in action.

+
+
+ +
+
+

Slide

+

Click to view the effect in action.

+
+
+ +
+
+

Transfer

+

Click to view the effect in action.

+
+
+ + + + + +
+ +
+ +

Click anywhere in the dialog above to preview the effect, click again to revert it.

+ +
+ + + diff --git a/demos/effect_types/effect.html b/demos/effect_types/drop.html similarity index 56% rename from demos/effect_types/effect.html rename to demos/effect_types/drop.html index 3765643b4..c86c5c73f 100644 --- a/demos/effect_types/effect.html +++ b/demos/effect_types/drop.html @@ -1,22 +1,21 @@ - jQuery UI Effect Methods - Effect Demo + jQuery UI Effects - Drop Demo - + @@ -26,22 +25,19 @@
-
-

Effect

+
+

Drop

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

-Show Effect - -
-

Click anywhere in the frame above to show the effect.

+

Click anywhere in the frame above to toggle the effect.

diff --git a/demos/effect_types/animate.html b/demos/effect_types/explode.html similarity index 56% rename from demos/effect_types/animate.html rename to demos/effect_types/explode.html index d382afde2..e8f689501 100644 --- a/demos/effect_types/animate.html +++ b/demos/effect_types/explode.html @@ -1,27 +1,22 @@ - jQuery UI Effect Methods - Animate Demo + jQuery UI Effects - Explode Demo + @@ -30,16 +25,14 @@
-
-

Animate

+
+

Explode

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

-Show Effect -
diff --git a/demos/effect_types/fold.html b/demos/effect_types/fold.html new file mode 100644 index 000000000..8c1724a02 --- /dev/null +++ b/demos/effect_types/fold.html @@ -0,0 +1,45 @@ + + + + jQuery UI Effects - Fold Demo + + + + + + + + + + +
+ +
+
+

Fold

+

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

+
+
+ +
+ +
+ +

Click anywhere in the frame above to toggle the effect.

+ +
+ + + diff --git a/demos/effect_types/highlight.html b/demos/effect_types/highlight.html new file mode 100644 index 000000000..3b8e6c7b4 --- /dev/null +++ b/demos/effect_types/highlight.html @@ -0,0 +1,42 @@ + + + + jQuery UI Effects - Highlight Demo + + + + + + + + + + +
+ +
+

Highlight

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/index.html b/demos/effect_types/index.html new file mode 100644 index 000000000..c4c397728 --- /dev/null +++ b/demos/effect_types/index.html @@ -0,0 +1,31 @@ + + + + jQuery UI Effects - General Demos + + + + +
+

Effect examples

+ +
+ + + diff --git a/demos/effect_types/puff.html b/demos/effect_types/puff.html new file mode 100644 index 000000000..6bfd0cfb1 --- /dev/null +++ b/demos/effect_types/puff.html @@ -0,0 +1,45 @@ + + + + jQuery UI Effects - Puff Demo + + + + + + + + + + +
+ +
+
+

Puff

+

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

+
+
+ +
+ +
+ +

Click anywhere in the frame above to toggle the effect.

+ +
+ + + diff --git a/demos/effect_types/pulsate.html b/demos/effect_types/pulsate.html new file mode 100644 index 000000000..75cdd5632 --- /dev/null +++ b/demos/effect_types/pulsate.html @@ -0,0 +1,42 @@ + + + + jQuery UI Effects - Pulsate Demo + + + + + + + + + + +
+ +
+

Pulsate

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/scale.html b/demos/effect_types/scale.html new file mode 100644 index 000000000..712ee3f3b --- /dev/null +++ b/demos/effect_types/scale.html @@ -0,0 +1,44 @@ + + + + jQuery UI Effects - Scale Demo + + + + + + + + + + +
+ +
+

Scale

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/shake.html b/demos/effect_types/shake.html new file mode 100644 index 000000000..5655bd72d --- /dev/null +++ b/demos/effect_types/shake.html @@ -0,0 +1,42 @@ + + + + jQuery UI Effects - Shake Demo + + + + + + + + + + +
+ +
+

Shake

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/show.html b/demos/effect_types/show.html deleted file mode 100644 index 32e5f4538..000000000 --- a/demos/effect_types/show.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - jQuery UI Effect Methods - Show Demo - - - - - - - - - - -
- -
-
-

Show

-

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

-
-
-Show Effect - - -
- -
- -

Click anywhere in the frame above to show the effect.

- -
- - - diff --git a/demos/effect_types/size.html b/demos/effect_types/size.html new file mode 100644 index 000000000..393c3856b --- /dev/null +++ b/demos/effect_types/size.html @@ -0,0 +1,54 @@ + + + + jQuery UI Effects - Size Demo + + + + + + + + + + +
+ +
+

Size

+

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

+
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + diff --git a/demos/effect_types/slide.html b/demos/effect_types/slide.html new file mode 100644 index 000000000..3ddb7391f --- /dev/null +++ b/demos/effect_types/slide.html @@ -0,0 +1,45 @@ + + + + jQuery UI Effects - Slide Demo + + + + + + + + + + +
+ +
+
+

Slide

+

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

+
+
+ +
+ +
+ +

Click anywhere in the frame above to toggle the effect.

+ +
+ + + diff --git a/demos/effect_types/transfer.html b/demos/effect_types/transfer.html new file mode 100644 index 000000000..bcf220476 --- /dev/null +++ b/demos/effect_types/transfer.html @@ -0,0 +1,48 @@ + + + + jQuery UI Effects - Transfer Demo + + + + + + + + + + +
+ +
+

Transfer

+

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

+
+ +
+ +
+ +
+ +

Click anywhere in the dialog above to preview the effect.

+ +
+ + + -- 2.39.5