diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-04-23 21:05:11 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-04-23 21:05:11 +0000 |
commit | c3d8917e56b29b125e9af81d58dfe583a26af0ec (patch) | |
tree | ddb9e667697e2997a0c7f927b787ae0191550172 /demos/effect | |
parent | 36815791fd0d822c22f49c4c220d9b140b044905 (diff) | |
download | jquery-ui-c3d8917e56b29b125e9af81d58dfe583a26af0ec.tar.gz jquery-ui-c3d8917e56b29b125e9af81d58dfe583a26af0ec.zip |
effects: demo visualising easing functions, added to index
Diffstat (limited to 'demos/effect')
-rw-r--r-- | demos/effect/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html index fbd0597bc..5993b34d8 100644 --- a/demos/effect/index.html +++ b/demos/effect/index.html @@ -9,7 +9,13 @@ <div class="demos-nav"> <h4>Examples</h4> <ul> - <li class="demo-config-on"><a href="default.html">Default functionality</a></li> + <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> |