Forums

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

Home Forums JavaScript Hide left arrow – Anything Slider

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33702
    Brightonmike
    Member

    Alright.

    I’m trying to use the slider for a form. I’d like to hide the left arrow but only on the first slide.

    This is so the user knows to click the right arrow to progress.

    Otherwise it could get very confusing. Does anyone have any ideas? I’m open to the idea of removing the arrows and doing my own nav, but it still needs to hide the left arrow until they’re on the second page.

    Cheers in advance!

    #84219
    Mottie
    Member

    Hi Brightonmike!

    I’ve already addressed this in the issue you submitted, but basically just set this options and the slider does this automatically. I’ll modify the wiki navigation page to make this more clear :)

    $('#slider').anythingSlider({
    infiniteSlides: false,
    stopAtEnd: true
    });
    #84293
    Brightonmike
    Member

    Brill! Thank you :)

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