Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Anything slider

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44238
    tejdeepquest
    Member

    Hi I am using two anything sliders in my website for which i am using navigation buttons for both the sliders. By default the slider rotates on clicking the navigation links but for one of my slider i want the slider to slide on hover the navigation links will this be possible? if so can anyone could suggest me which part of the code i need to modify and how to get this done

    #132405
    Paulie_D
    Member

    Do you have a link?

    #132406
    tejdeepquest
    Member

    No it is in my local system

    #132407
    Paulie_D
    Member

    Then without seeing the code it’s unlikely we can help.

    If you use Dropbox might I suggest http://www.site44.com/ for demoing sites to the world.

    If stays on your system (in your dropbox folder) and still allows you to have a live web link.

    #132447
    Mottie
    Member

    @tejdeepquest: You can use the `clickControls` option and set it to use both `mouseenter` and `mousemove` because when the slider is animating, it will ignore all requests to change the slider to another panel. Check out [this demo](http://jsfiddle.net/Mottie/ycUB6/5430/).

    $(‘#slider’).anythingSlider({

    // Events used to activate navigation control functionality
    clickControls: “mouseover mousemove focusin”

    });

    It’s not perfect, because sometimes you have to jiggle the mouse to make the slide change, but it’s about the best you can do and not have the animation get all jumpy.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Other’ is closed to new topics and replies.