From 9c9a2d731fea9679f65904a3a6b72dd78b4253a4 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 9 Jan 2006 03:40:59 +0000 Subject: Update library --- framework/Web/Javascripts/tests/Effects.html | 124 --------------------------- 1 file changed, 124 deletions(-) delete mode 100644 framework/Web/Javascripts/tests/Effects.html (limited to 'framework/Web/Javascripts/tests/Effects.html') diff --git a/framework/Web/Javascripts/tests/Effects.html b/framework/Web/Javascripts/tests/Effects.html deleted file mode 100644 index 6ee5324b..00000000 --- a/framework/Web/Javascripts/tests/Effects.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - Effects demo page - - - - - - - -

Effect.Fade()

- -

Call with new Effect.Fade(element)

-

Example: onclick="new Effect.Fade(this)"

- -
- Click here or the image to start effect -
- - -

Effect.Highlight()

- -

Call with new Effect.Highlight(element)

-

Example: onclick="new Effect.Highlight(this)"

- -
- Click here or the image to start effect -
- -

Effect.Appear()

- -

Call with new Effect.Appear(element)

-

Example: onclick="new Effect.Appear('appear')"

- -Start effect - - - -

Effect.Scale()

- -

Call with new Effect.Scale(element, percent)

-

Note: if you scale a div, all contained elements must have width or height set with em. If you -scale an image, width and height are not required to be set. Also, Effect.Scale is aware of other scaling effects done on -the target element, and will act accordingly. The percent parameter is always relative of the original size of the element.

-

Example: onmouseover="new Effect.Scale('scale',150)" onmouseout="new Effect.Scale('scale',100)"

- -
- - - - -
- -

Effect.Squish()

-

Call with new Effect.Squish(element)

-
- Click me to squish.
- - -
- -

Effect.Puff()

-

Call with new Effect.Puff(element)

-

Works with absolute and relative positioned elements. In this example, divs with float:left are used.

-
- (floating) Click me to puff.
- - -
-
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- - -
-
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- -
- -
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- - -
-
- (floating) Click me to puff.
- -
-
- (floating) Click me to puff.
- -
- -
- (floating) Click me to puff.
- -
- - - \ No newline at end of file -- cgit v1.2.3