aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects/index.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 22:53:33 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 22:53:33 +0000
commit52739742794755e8472fbe05c84d510a2108a442 (patch)
tree7a4f2837dbc4b0119df50ece32ac942138a12ed6 /demos/effects/index.html
parented437d785d7f03b0aa66a982aaef150496fd5159 (diff)
downloadjquery-ui-52739742794755e8472fbe05c84d510a2108a442.tar.gz
jquery-ui-52739742794755e8472fbe05c84d510a2108a442.zip
demos: wrapped up effects demos. Removed easing for now
Diffstat (limited to 'demos/effects/index.html')
-rw-r--r--demos/effects/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/demos/effects/index.html b/demos/effects/index.html
deleted file mode 100644
index 3d70b4f89..000000000
--- a/demos/effects/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Effects - Show/Hide Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<div class="demos-nav">
- <h4>Show/Hide and Toggle Effects</h4>
- <ul>
- <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>
-
-</body>
-</html>