aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_movement/index.html
blob: 98cdfff5a2938ad7d6ad62aa0ef4956f7ef79d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>