diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 16:36:16 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 16:36:16 +0000 |
commit | 7cbd56f109328b520f993802b206d536bf6ea6a0 (patch) | |
tree | 3fb8ad3c7202c93f717892ffbae9ac0802e31d4d /demos/effects_showhide | |
parent | be932c2e58f9c47daa658ecf5775142b1c1a3d21 (diff) | |
download | jquery-ui-7cbd56f109328b520f993802b206d536bf6ea6a0.tar.gz jquery-ui-7cbd56f109328b520f993802b206d536bf6ea6a0.zip |
reorganized effects from "general" into "movement" and "feedback", as they're categorized on the home page
Diffstat (limited to 'demos/effects_showhide')
-rw-r--r-- | demos/effects_showhide/blind.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/clip.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/default.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/drop.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/explode.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/fold.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/index.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/puff.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/scale.html | 4 | ||||
-rw-r--r-- | demos/effects_showhide/slide.html | 4 |
10 files changed, 10 insertions, 28 deletions
diff --git a/demos/effects_showhide/blind.html b/demos/effects_showhide/blind.html index 49253dc8f..4cef39730 100644 --- a/demos/effects_showhide/blind.html +++ b/demos/effects_showhide/blind.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("blind")</code> effect. You can click again to see the <code>.show("blind")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/clip.html b/demos/effects_showhide/clip.html index 9508f11d6..55184fa40 100644 --- a/demos/effects_showhide/clip.html +++ b/demos/effects_showhide/clip.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("clip")</code> effect. You can click again to see the <code>.show("clip")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/default.html b/demos/effects_showhide/default.html index 49253dc8f..4cef39730 100644 --- a/demos/effects_showhide/default.html +++ b/demos/effects_showhide/default.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("blind")</code> effect. You can click again to see the <code>.show("blind")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html index 7a5060ad6..288c86436 100644 --- a/demos/effects_showhide/drop.html +++ b/demos/effects_showhide/drop.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("drop")</code> effect. You can click again to see the <code>.show("drop")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html index df1f4b896..e3f302f76 100644 --- a/demos/effects_showhide/explode.html +++ b/demos/effects_showhide/explode.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("explode")</code> effect. You can click again to see the <code>.show("explode")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/fold.html b/demos/effects_showhide/fold.html index 57bcae8ef..cd3ec95ae 100644 --- a/demos/effects_showhide/fold.html +++ b/demos/effects_showhide/fold.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("fold")</code> effect. You can click again to see the <code>.show("fold")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/index.html b/demos/effects_showhide/index.html index 2fd0eeadc..e8a30d483 100644 --- a/demos/effects_showhide/index.html +++ b/demos/effects_showhide/index.html @@ -7,7 +7,7 @@ <body> <div class="demos-nav"> - <h4>Show/Hide and Toggle Effects</h4> + <h4>Effect examples</h4> <ul> <li class="demo-config-on"><a href="default.html">Blind</a></li> <li><a href="clip.html">Clip</a></li> diff --git a/demos/effects_showhide/puff.html b/demos/effects_showhide/puff.html index 073eb9e64..cbd6e346b 100644 --- a/demos/effects_showhide/puff.html +++ b/demos/effects_showhide/puff.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("puff")</code> effect. You can click again to see the <code>.show("puff")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/scale.html b/demos/effects_showhide/scale.html index 824d0d71b..d0d723b99 100644 --- a/demos/effects_showhide/scale.html +++ b/demos/effects_showhide/scale.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("scale")</code> effect. You can click again to see the <code>.show("scale")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> diff --git a/demos/effects_showhide/slide.html b/demos/effects_showhide/slide.html index 0dda03ab6..d59b76059 100644 --- a/demos/effects_showhide/slide.html +++ b/demos/effects_showhide/slide.html @@ -37,9 +37,7 @@ <div class="demo-description"> -<p> -Click above to preview the <code>.hide("slide")</code> effect. You can click again to see the <code>.show("slide")</code> effect. -</p> +<p>Click anywhere in the frame above to toggle the effect.</p> </div><!-- End demo-description --> |