Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Visual Effects |
| 1. |
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.
|
| 2. |
moving pixels
|
|
|
Create a quick light effect, as if tiny stars were moving each time you use mouse.
|
| 3. |
Change Scrollbar Colors Dynamically
|
|
|
Changes the color of IE5+ scrollbars in a page dynamically, via a very simple JavaScript function; shows how to attach the scrollbar color change function to links and to mouseOver and other events for some great effects.
|
| 4. |
Browser Shake FX
|
|
|
Quite simple but fun script that makes your screen shake madly! Simply change a couple of vars to make it shake faster or slower and over a bigger or smaller radious.
|
| 5. |
Popup progress bar
|
|
|
This popup progress bar script can be used to provide a visual update to an event in progress. Use it, for example, to display a delay before redirecting to another page or loading a script/application.
|
|
|