Click to See Complete Forum and Search --> : [RESOLVED] Image Rotate with Fade


fean0r
06-19-2009, 08:21 AM
I've been looking on google for a script that rotates through images with a fade in/out.

Does anyone know of any script available that do this?

It it possible in PHP? I assume JavaScript would be required.

Thanks

cahva
06-19-2009, 10:04 AM
PHP is serverside language so no, you dont do that with php. You can ofcourse use PHP to write that HTML code that is used by the javascript(eg. fetch some filenames from database).

I've been using this jquery plugin to do what you describe:
http://www.gruppo4.com/~tobia/cross-slide.shtml

fean0r
06-19-2009, 10:13 AM
Looks great, I'll give it a blast.

Thanks

Kudose
06-20-2009, 06:32 AM
MooTools is lighter and faster ... a bit easier to use IMHO too.

http://mootools.net

bpat1434
06-20-2009, 05:27 PM
I did it for a couple sites using Prototype and Scriptaculous. It all depends upon your flavor of Javascript library you really like.

fean0r
06-20-2009, 06:45 PM
PHP is serverside language so no, you dont do that with php. You can ofcourse use PHP to write that HTML code that is used by the javascript(eg. fetch some filenames from database).

I've been using this jquery plugin to do what you describe:
http://www.gruppo4.com/~tobia/cross-slide.shtml

Lovely done the job, thanks!