web/static/css/jq-css/demos/effect/index.html
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 11:18:22 +0200
changeset 37 b694a7a67500
parent 30 81d408373dde
permissions -rw-r--r--
Update Custom SwfPath in PlayerLdt parameter playerLdt(550,310, "{{ json_url }}","{{ player_id }}", "{{absolute_url_to_player.swf}}");

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<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><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>