2009-02-26 22:27:15 +00:00
|
|
|
<!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>
|
2009-04-23 21:05:11 +00:00
|
|
|
<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>
|
|
|
|
-->
|
2009-02-26 22:27:15 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|