» home
» contact
» terms of use

FREE SCRIPTS
» new
» text
» image
» utility
» background
» animation
» date/time

FREE ONLINE TOOLS
» code generators
» text animator
» drawing animator
» color animator
» slideshow factory
» javascript speed test

FREE BASIC SNIPLETS
» alert box
» image: multi-rollover
» pop-up: centering
» more

FREE'N'CRAZY
» realtime death counter
» eyeQ
» fun ticker

RECOMMENDED LINKS
» www.dynamicdrive.com
» www.hotscripts.com

JavaScript Cursor Slideshow: Fun Animation
This fun slideshow with unique lamellar transition effect will follow your cursor for ever and ever. Add as many images as you like. True copy-and-paste installation. Easy configuration. Internet Explorer 5x/6x/7x/8x, Firefox 3x/4x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x.


Test the script
Move your mouse to see the floating effect!

Configuration:

Step 3: Open your webpage and paste the following code right above the </body>-tag, close to the bottom of the page:


IMPORTANT: Do not paste this code into any tables or <DIV> and </DIV> or between any other container!

Step 2: Open your webpage and configure the pictures and the speed (red code below) on top of the script:

// Set the images (URL) for your slideshow. Add as many images as you like
var picture=new Array("pic1.jpg", "pic2.jpg", "pic3.jpg", "pic4.jpg")

// Pause beween the slideurls (seconds)
var pause=2