Link Delay Image
- Submitted 11/04/2009
After your visitors click a link, you can make the browser delay as many seconds as you want before they are actually sent to that page. Why not use that time to display an animated image about the page they are going to? Eye-catching!
Growing Image
- Submitted 09/30/2009
Resizes an image to the size given to the function. The number of steps and total length of time of the transition can be controlled.
jas gallery
- Submitted 09/23/2009
This is a highly customizable JavaScript library for easily turning your images into a collection viewable as a slideshow, and with fading effects, if desired. It also supports automatic thumbnail creation and tagging of images.
Neon Lights
- Submitted 09/23/2009
Neon lights are an effective way in which to draw attention to signs and banners on the street, and now, to your webpage text as well!
image rotate with canvas
- Submitted 09/09/2009
CANVAS is a new HTML element which can be used to draw graphics using JavaScript. This script will rotate an image a varying amount of degrees: 90, 180, -90, and back to 0. Can be used in many different ways.
Floating Astronaut
- Submitted 05/08/2009
The Astronaut floats around your screen across a moving star background.
Simple Picture Changer
- Submitted 04/27/2009
You can change the number of pictures by adding or deleting the lines in the 'function preload()' and by changing the 'vpic' to the new number of pictures.
The image files need to be in the same folder as your web page and the image names substituted with the names of your images. Please retain the numbers as attached to the image names and all the names need to be the same except for the numbers. 0 - the number of pictures you wish to show with 0 (zero) being the first.
You can change the display time by changing the 6000 and 3000 numbers. 1000 = 1 second.
The image can be moved anywhere around the screen in the usual manner.
You can change the size of the picture in the 'body' 'img' line but all pictures will be displayed at this same size too.
JS Image Rollovers
- Submitted 04/15/2009
Use this script to help add image rollovers on your navbar and buttons. Easy to implement, even for beginners. Degrades nicely for visitors with JavaScript turned off.
The Zoom Five Option
- Submitted 04/05/2009
Check out this neat little script that allows users to zoom in a number of different ways.
Rounded Corners
- Submitted 03/31/2009
This script will generate rounded corners with any <div> element. All the corners are anti-aliased, and support borders of any width and color. The script also degrades nicely leaving tidy square corners. No images or CSS required.