From 6b887b5efd931fbc2e13056da904a5f22870bc1d Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Sun, 18 Jan 2009 05:09:33 +0000 Subject: AAdded Easings demonstration --- demos/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'demos/index.html') diff --git a/demos/index.html b/demos/index.html index 64cb6a1a6..4cc0f6dc7 100644 --- a/demos/index.html +++ b/demos/index.html @@ -39,6 +39,7 @@ + @@ -55,6 +56,7 @@ + @@ -92,7 +94,7 @@ function loadPage(path) { var section = path.replace(/\/[^\/]+\.html/,''); - var header = section.replace(/.+\/([^\/]+)/,'$1'); + var header = section.replace(/.+\/([^\/]+)/,'$1').replace(/_/, ' '); $('td.normal div.normal') .empty() @@ -231,6 +233,7 @@
Movement
Feedback
Show/Hide
+
Easings
-- cgit v1.2.3