Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: Slideshow not always starting

  1. #31
    Join Date
    Jan 2008
    Posts
    72
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Two new questions

    - How can you choose to have or not the pause when you put the mouse on the slideshow area ?

    - When the slideshow is running, another nice possibility could be to have a gradual fader effect on the thumbs, with fade into view on the displayed image or when you put the mouse on it.
    It's only an idea, what do you think about it ?

    All the best

  2. #32
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The latest stable version is now:

    http://home.comcast.net/~jscheuer1/s...lideshow_2b.js

    Demos:

    http://home.comcast.net/~jscheuer1/s...jsjq_plain.htm

    http://home.comcast.net/~jscheuer1/side/vfs/jsjq_2.htm

    http://home.comcast.net/~jscheuer1/side/vfs/jsjq_3.htm

    http://home.comcast.net/~jscheuer1/side/vfs/jsjq_4.htm

    http://home.comcast.net/~jscheuer1/side/vfs/jsjq_5.htm

    To get it to not pause, use:

    nopause: true

    example:

    Code:
    $('.myshow').slideShow({nopause: true});
    As for fancy effects for the thumbnails, that's up to you. Because they are simply ordinary HTML, these may be accomplished in any fashion that you choose. The one caveat being that if you use random (depending upon how the effects are assigned to the thumbnails), you may need to use the oninit or onrandinit property of the slide show to set them up.

    Here's a demo of using jQuery and a bit of css to add a fade effect to the thumbs:

    http://home.comcast.net/~jscheuer1/side/vfs/jsjq_6.htm
    Last edited by jscheuer1; 03-30-2010 at 03:55 PM. Reason: add fade thumb demo
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    lio (04-03-2010)

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
  •