aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/index.html
blob: 5993b34d8c175d72d6f51fd517518182f8191206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Effect Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

<div class="demos-nav">
	<h4>Examples</h4>
	<ul>
		<li class="demo-config-on"><a href="default.html">Effect showcase</a></li>
		<li class="demo-config-on"><a href="easing.html">Easing showcase</a></li>
		<!-- WIP
		<li class="demo-config-on"><a href="scale.html">Scale effect</a></li>
		<li class="demo-config-on"><a href="size.html">Size effect</a></li>
		<li class="demo-config-on"><a href="transfer.html">Transfer effect</a></li>
		-->
	</ul>
</div>

</body>
</html>