diff options
Diffstat (limited to 'demos/effect/index.html')
-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> |