View RSS Feed

ddadmin

Featured Content Glider- Fade instead of Glide

Rate this Entry
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.
Attached Thumbnails Attached Files

Submit "Featured Content Glider- Fade instead of Glide" to del.icio.us Submit "Featured Content Glider- Fade instead of Glide" to StumbleUpon Submit "Featured Content Glider- Fade instead of Glide" to Google Submit "Featured Content Glider- Fade instead of Glide" to Digg

Tags: None Add / Edit Tags
Categories
DD Scripts Mods

Comments

  1. its me's Avatar
    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 !!
  2. jscheuer1's Avatar
    Since the upgrade of the main/original script:

    //Updated (July 21st, 09): Updated to work in jQuery 1.3.x
    To use the mod in this blog entry, one would be better off just changing the one line in the upgraded script available on:

    http://www.dynamicdrive.com/dynamici...tentglider.htm

    from:

    Code:
    $target.animate(endpoint, config.speed)
    to:

    Code:
    $target.css(endpoint).css({opacity:0}).animate({opacity:1}, config.speed) //custom code
    Otherwise you will have to use jQuery 1.2.x and not benefit from other improvements to the code.
  3. kpsony's Avatar
    There is a bug with the new fading script. The auto rotate stops after only two slides. Can you please fix? Thank you@!!