Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Visual Effects |
| 1. |
ED Effects
|
|
|
These codes (both require some knowledge of HTML and colour codes) can create gret 3D effects on the borders of tables and in forums. The codes can be reversed to make a reveresed 3D effect.
|
| 2. |
mdbScripts - Color Pick Wizard
|
|
|
Our ColorpiK Wizard has a 256 grays palette and a 512 color palette to select colors. Both the hexadecimal values and colors are displayed when a selection is made. Two color panes allow you to easily compare colors with each other. Many other free web tools as well.
|
| 3. |
3dhtml
|
|
|
The toolkit makes it easy for DHTML programmers to build their own animated three dimensional graphical applications with models, materials, transformations, modifiers, etc. It provides JavaScript libraries, documentation and a bunch of pretty examples.Please visit the website for further informations.
|
| 4. |
Flying Butterfly script
|
|
|
With this DHTML script, a butterfly wonders aimlessly around your page. The little insect can be dismissed by clicking on it. Add a touch of nature.
|
| 5. |
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.
|
|
|