Javascript / CSS Crossfader
General
This script produces a fading effect in a text box. The text can include any type of HTML and CSS styling. It can also be used with graphics. Small but powerful!
Notes
- Created by: Timothy Groves
- Web Site: http://www.brandspankingnew.net/
- Posted: June 4, 2007
The constructor, placed after the content, takes three variables: an array containing the ids of the divs to be faded, the fade time (in milliseconds), and the delay between fades (also in milliseconds):
var cf = new Crossfader( new Array('cf1','cf2','cf3'), 500, 2000 );
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: crossFader.js
CSS
Paste this code into your external CSS file or in the <style> section within the HEAD section of your HTML document.
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(7 comments)You need to submit your question to the [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]JavaScript Forum[/a].
John,[br /][br /]Not sure what the problem is as it works on two of my machines.
This is *very* cool! I was wondering if you had pointers on how to have this script on execute a fade once and not continously. Also, I'd like to have this effect executed only once per user session; so if a user revisits the page, only the the final image is displayed (with no fading effect).[br /][br /]Cheers![br /][br /]Mark
This cross fade appears to do nothing in Firefox 2.0.0.4 - at least, not on my PC
I thought this was going to be a really useful tool for my web-site, providing a rotating news box.[br /][br /]It worked fine but I applied styles from my main stylesheet to the text within the CF elements as the general notes says you can and the text changed to the correct size, weight, etc. but it was heavily pixilated - it looked about 25 ppi, not the normal 72.[br /][br /]Any ideas what the problem might be?[br /][br /]Many thanks, Derek.