text-based slideshow w fades?

S

Star Dot Star

hi,

looking for a js-based text-based slideshow with fades (random) ...

if anyone has links or scripts, thanks!

sd
 
S

Star Dot Star

sorry for unclarity:

script that randomly picks seperate files (js?) which contain text quotes
including unicode char's for foreign lang displays and html formatting codes
as well (ie, difficult and humungous to implant in array, so seperate txt
base files better) - to display on home page of site. No images, just
rendered text & formatting. Be nice to have fades between quotes. just
not sure if I should puruse JS or PHP for this need.

SD
 
S

SAM

Le 9/8/09 1:12 AM, Star Dot Star a écrit :
sorry for unclarity:

script that randomly picks seperate files (js?) which contain text quotes
including unicode char's for foreign lang displays and html formatting codes
as well (ie, difficult and humungous to implant in array, so seperate txt
base files better) - to display on home page of site. No images, just
rendered text & formatting. Be nice to have fades between quotes. just
not sure if I should puruse JS or PHP for this need.

The way to get the data does'nt infer to the fading.
- a text is displayed in a container (div, p, ...)
- a new text (coming by Ajax or what you want)
is latter displayed in another container behind the first
then you fad in the div in foreground (in front - highest layer ?)
while you fad out this in background (under/below - lowest layer?)

You may play with opacity (and filter for IE)
or you can play with the color of texts

<http://www.google.com/search?q=fading+text>

Changing color :
<http://www.javascriptkit.com/dhtmltutors/fadingtext.shtml>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top