/* ******************************************************************** * Buffered Text-fade Effect - v3.0 * - Copyright 2008 - Licenced for free distribution under the BSDL * - http://www.opensource.org/licenses/bsd-license.php * * This program is licenced under the BSDL and may be distributed far * and wide, anywhere on the planet and beyond (maybe!) If you happen * to get a kick out of this script, please drop me a note at: * wyvern@greywyvern.com and tell me where you gave it a good home and * plenty of bytes to eat, hmmm? :) I'd be eternally grateful. * * Description: * A javascript object which allows you to direct text fades within an * HTML page. Fades received before the previous fade has completed are * queued rather than displayed immediately. This keeps all fade * animations smooth. * * Changelog: * 3.0 - Buffer for each fadeObject is stored separately for stability * and speed. * - Major structure changes. Different arguments * * Support: * Opera - Yes * IE 6 - Yes * IE 5.5 - Yes * IE 5.01 - Fails * Firefox - Yes * Safari - Yes * *********************************************************************** * I) Setting Up * * Copy the javascript from this page into an external .js file or * into the