Featured Content Glider- Fade instead of Glide
Posted 03-03-2009 at 12:45 AM by ddadmin
Original Script: Featured Content Glider
Changes: By default this script glides the contents into view. With this mod, it fades them into view instead.
Usage: Just replace the original .js file with the modified one.
Changes: By default this script glides the contents into view. With this mod, it fades them into view instead.
Usage: Just replace the original .js file with the modified one.
Total Comments 2
Comments
-
thank you very much for such nice one
i need to know if i want to make them about 25 items and the next, prev navigate between them all in one line next to each other that will be appreciated
i tried to add items, it shows on the next line like <br> between them !!Posted 04-19-2009 at 11:06 AM by its me
-
Since the upgrade of the main/original script:
To use the mod in this blog entry, one would be better off just changing the one line in the upgraded script available on:Quote://Updated (July 21st, 09): Updated to work in jQuery 1.3.x
http://www.dynamicdrive.com/dynamici...tentglider.htm
from:
to:Code:$target.animate(endpoint, config.speed)
Otherwise you will have to use jQuery 1.2.x and not benefit from other improvements to the code.Code:$target.css(endpoint).css({opacity:0}).animate({opacity:1}, config.speed) //custom codePosted 11-05-2009 at 03:50 PM by jscheuer1









