From 8d61ce344b820052a8ed34a2ffbe974d13576d93 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Fri, 30 Jan 2009 22:35:58 +0000 Subject: [PATCH] added effect methods demos - still have not made demos for the class animations --- demos/effect_types/all_effects.html | 222 ------------------ .../{explode.html => animate.html} | 25 +- demos/effect_types/bounce.html | 42 ---- demos/effect_types/default.html | 199 ---------------- demos/effect_types/{clip.html => effect.html} | 22 +- demos/effect_types/fold.html | 45 ---- demos/effect_types/{blind.html => hide.html} | 20 +- 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/{drop.html => toggle.html} | 19 +- demos/effect_types/transfer.html | 48 ---- 18 files changed, 99 insertions(+), 937 deletions(-) delete mode 100644 demos/effect_types/all_effects.html rename demos/effect_types/{explode.html => animate.html} (56%) delete mode 100644 demos/effect_types/bounce.html delete mode 100644 demos/effect_types/default.html rename demos/effect_types/{clip.html => effect.html} (56%) delete mode 100644 demos/effect_types/fold.html rename demos/effect_types/{blind.html => hide.html} (56%) delete mode 100644 demos/effect_types/highlight.html delete mode 100644 demos/effect_types/index.html delete mode 100644 demos/effect_types/puff.html delete mode 100644 demos/effect_types/pulsate.html delete mode 100644 demos/effect_types/scale.html delete mode 100644 demos/effect_types/shake.html create mode 100644 demos/effect_types/show.html delete mode 100644 demos/effect_types/size.html delete mode 100644 demos/effect_types/slide.html rename demos/effect_types/{drop.html => toggle.html} (60%) delete mode 100644 demos/effect_types/transfer.html diff --git a/demos/effect_types/all_effects.html b/demos/effect_types/all_effects.html deleted file mode 100644 index 01b847221..000000000 --- a/demos/effect_types/all_effects.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - jQuery UI Effects Test Suite - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/effect_types/explode.html b/demos/effect_types/animate.html similarity index 56% rename from demos/effect_types/explode.html rename to demos/effect_types/animate.html index e8f689501..d382afde2 100644 --- a/demos/effect_types/explode.html +++ b/demos/effect_types/animate.html @@ -1,22 +1,27 @@ - jQuery UI Effects - Explode Demo + jQuery UI Effect Methods - Animate Demo - @@ -25,14 +30,16 @@
-
-

Explode

+
+

Animate

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 deleted file mode 100644 index 733b38478..000000000 --- a/demos/effect_types/bounce.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - 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/default.html b/demos/effect_types/default.html deleted file mode 100644 index 3f2fe0c13..000000000 --- a/demos/effect_types/default.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - 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/clip.html b/demos/effect_types/effect.html similarity index 56% rename from demos/effect_types/clip.html rename to demos/effect_types/effect.html index 53d58cfa7..3765643b4 100644 --- a/demos/effect_types/clip.html +++ b/demos/effect_types/effect.html @@ -1,21 +1,22 @@ - jQuery UI Effects - Clip Demo + jQuery UI Effect Methods - Effect Demo - + @@ -25,19 +26,22 @@
-
-

Clip

+
+

Effect

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 toggle the effect.

+

Click anywhere in the frame above to show the effect.

diff --git a/demos/effect_types/fold.html b/demos/effect_types/fold.html deleted file mode 100644 index 8c1724a02..000000000 --- a/demos/effect_types/fold.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - 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/blind.html b/demos/effect_types/hide.html similarity index 56% rename from demos/effect_types/blind.html rename to demos/effect_types/hide.html index 413b2c7e4..b4f83e429 100644 --- a/demos/effect_types/blind.html +++ b/demos/effect_types/hide.html @@ -1,21 +1,22 @@ - jQuery UI Effects - Blind Demo + jQuery UI Effect Methods - Hide Demo - + @@ -25,19 +26,20 @@
-
-

Blind

+
+

Hide

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 toggle the effect.

+

Click anywhere in the frame above to see the effect.

diff --git a/demos/effect_types/highlight.html b/demos/effect_types/highlight.html deleted file mode 100644 index 3b8e6c7b4..000000000 --- a/demos/effect_types/highlight.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - 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 deleted file mode 100644 index c4c397728..000000000 --- a/demos/effect_types/index.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - jQuery UI Effects - General Demos - - - - -
-

Effect examples

- -
- - - diff --git a/demos/effect_types/puff.html b/demos/effect_types/puff.html deleted file mode 100644 index 6bfd0cfb1..000000000 --- a/demos/effect_types/puff.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - 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 deleted file mode 100644 index 75cdd5632..000000000 --- a/demos/effect_types/pulsate.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - 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 deleted file mode 100644 index 712ee3f3b..000000000 --- a/demos/effect_types/scale.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - 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 deleted file mode 100644 index 5655bd72d..000000000 --- a/demos/effect_types/shake.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - 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 new file mode 100644 index 000000000..32e5f4538 --- /dev/null +++ b/demos/effect_types/show.html @@ -0,0 +1,49 @@ + + + + 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 deleted file mode 100644 index 393c3856b..000000000 --- a/demos/effect_types/size.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - 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 deleted file mode 100644 index 3ddb7391f..000000000 --- a/demos/effect_types/slide.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - 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/drop.html b/demos/effect_types/toggle.html similarity index 60% rename from demos/effect_types/drop.html rename to demos/effect_types/toggle.html index c86c5c73f..9dcf9dc61 100644 --- a/demos/effect_types/drop.html +++ b/demos/effect_types/toggle.html @@ -1,21 +1,22 @@ - jQuery UI Effects - Drop Demo + jQuery UI Effect Methods - Toggle Demo - + @@ -25,14 +26,14 @@
-
-

Drop

+
+

Toggle

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/transfer.html b/demos/effect_types/transfer.html deleted file mode 100644 index bcf220476..000000000 --- a/demos/effect_types/transfer.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - 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