diff options
Diffstat (limited to 'demos/effects_movement/index.html')
-rw-r--r-- | demos/effects_movement/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/effects_movement/index.html b/demos/effects_movement/index.html new file mode 100644 index 000000000..98cdfff5a --- /dev/null +++ b/demos/effects_movement/index.html @@ -0,0 +1,22 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Effects - General Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<div class="demos-nav"> + <h4>General Effects</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Bounce</a></li> + <li><a href="scale.html">Scale</a></li> + <li><a href="shake.html">Shake</a></li> + <li><a href="size.html">Size</a></li> + </ul> +</div> + +</body> +</html> + + |