Forums

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

Home Forums JavaScript Anything slider problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #32169
    noahgelman
    Participant

    It shows the first cloned panel. then skips what should be the first panel. Afterwards all is normal.

    I’m using 1.4

    Here is my initializer

    $(function () {
    $('#slider1').anythingSlider({
    width : '760px',
    height : '320px',
    buildArrows : false,
    buildNavigation : false,
    startText : " ",
    stopText : " ",
    delay : 5000,
    animationTime : 100
    });
    });

    html








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