aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effects/index.html')
-rw-r--r--demos/effects/index.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/demos/effects/index.html b/demos/effects/index.html
index 9876d1998..3d70b4f89 100644
--- a/demos/effects/index.html
+++ b/demos/effects/index.html
@@ -1,15 +1,22 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Effect Show/Hide Demos</title>
+ <title>jQuery UI Effects - Show/Hide Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<div class="demos-nav">
- <h4>Examples</h4>
+ <h4>Show/Hide and Toggle Effects</h4>
<ul>
- <li class="demo-config-on"><a href="default.html">Default</a></li>
+ <li class="demo-config-on"><a href="default.html">Blind</a></li>
+ <li><a href="clip.html">Clip</a></li>
+ <li><a href="drop.html">Drop</a></li>
+ <li><a href="explode.html">Explode</a></li>
+ <li><a href="fold.html">Fold</a></li>
+ <li><a href="puff.html">Puff</a></li>
+ <li><a href="scale.html">Scale</a></li>
+ <li><a href="slide.html">Slide</a></li>
</ul>
</div>