Results 1 to 5 of 5

Thread: Ultimate Fade In Slideshow - freeze description in peekaboo

  1. #1
    Join Date
    Sep 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade In Slideshow - freeze description in peekaboo

    1) Script Title:
    Ultimate Fade In Slideshow v2.4

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem:
    Not a big problem, but I'm using the peekaboo function of this script and on mouseover the slideshow stops, but the description of the image still disappears after the defined time...

    Is there a way that the description stays on mouseover, too?

    Thanks
    Matthias

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The easiest way to do this is probably to just find the below line inside the .js file and comment it out (added code in red):
    Code:
    //setting.hidedesctimer=setTimeout(function(){slideshow.showhidedescpanel('hide')}, setting.displaymode.pause-fadeSlideShow_descpanel.slidespeed)
    This will cause the description to remain in view as long as the mouse is over the slideshow. The only compromise is that the description will no longer slide out into view, but rather, just disappear immediately each time.
    DD Admin

  3. #3
    Join Date
    Sep 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi ddadmin,
    yes that's working fine, but now I'm really missing the nice slide in and slide out of the description

    Thanks
    Matthias

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The description should still slide in, but just not slide out when disappearing...
    DD Admin

  5. #5
    Join Date
    Sep 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    The description should still slide in, but just not slide out when disappearing...

    You are right. So I'm missing the slide out of the description ;-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •