From 5a124d14d11e4520b98ba87cdf66700bc598411a Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Mon, 16 Jun 2008 10:23:09 +0000 Subject: [PATCH] Added effects demonstrations --- demos/functional/index.html | 15 +++ .../templates/ui.effects.easing.html | 67 ++++++++++ .../templates/ui.effects.general.html | 124 ++++++++++++++++++ .../templates/ui.effects.showhide.html | 120 +++++++++++++++++ 4 files changed, 326 insertions(+) create mode 100644 demos/functional/templates/ui.effects.easing.html create mode 100644 demos/functional/templates/ui.effects.general.html create mode 100644 demos/functional/templates/ui.effects.showhide.html diff --git a/demos/functional/index.html b/demos/functional/index.html index 950dac84e..746148c1d 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -155,6 +155,21 @@ +
+ +
+

+ Effects +

+ +
diff --git a/demos/functional/templates/ui.effects.easing.html b/demos/functional/templates/ui.effects.easing.html new file mode 100644 index 000000000..cc09272f5 --- /dev/null +++ b/demos/functional/templates/ui.effects.easing.html @@ -0,0 +1,67 @@ + \ No newline at end of file diff --git a/demos/functional/templates/ui.effects.general.html b/demos/functional/templates/ui.effects.general.html new file mode 100644 index 000000000..f6032d7c8 --- /dev/null +++ b/demos/functional/templates/ui.effects.general.html @@ -0,0 +1,124 @@ + \ No newline at end of file diff --git a/demos/functional/templates/ui.effects.showhide.html b/demos/functional/templates/ui.effects.showhide.html new file mode 100644 index 000000000..5e7f3c187 --- /dev/null +++ b/demos/functional/templates/ui.effects.showhide.html @@ -0,0 +1,120 @@ + \ No newline at end of file -- 2.39.5