Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Visual Effects |
| 2. |
xray page
|
|
|
With the aid of DHTML, you can create playful web pages where the content changes as someone moves the mouse pointer around. This is accomplished by superimposing the content of two divs, and making one invisible by clipping it. Then the mouse move handler is modified to create a clip region depending on the location of the mouse pointer. This can create the impression that there is an x-ray being directed at the web page, revealing hidden content.
|
| 3. |
DHTML API
|
|
|
Animate your website with the aid of DHTML. After being confoundedby the javascript files that I came across on the internet, I decidedto write an API that I could live with. Any content that you place withina div tag with the position css attribute set to absolute, canbe manipulated like a sprite. Just don't forget to set id="unique_name", and pass "unique_name" to the GetLayer() function.
|
| 4. |
Boogey-Down Glow-And-Jump Animated 3-Color Neon Text
|
|
|
This cut-and-paste script and mini-tutorial presents text surrounded by three changing 'glow' colors, while also shifting the vertical and horizontal layout for a striking animation effect strongly resembling neon light displays. Colors, dimensions, and rate are all settable. An easy install.
|
| 5. |
Image Transition Menu
|
|
|
Image Transition Menu produces a cross-fade between two images on mouse over. This menu supports 12 great transition effects and 2 interlaced text effects.
|
|
|