Go Back   Dynamic Drive Forums > Blogs > ddadmin
Search Dynamic Drive Forums:

Rate this Entry

Featured Content Glider- Fade instead of Glide

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
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.
Attached Files
File Type: js featuredcontentglider.js (6.4 KB, 1023 views)
Posted in DD Scripts Mods
Views 7472 Comments 2 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 2

Comments

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

    Quote:
    //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.
    Posted 11-05-2009 at 03:50 PM by jscheuer1 jscheuer1 is offline
 

All times are GMT. The time now is 02:16 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.