On init, slider automatically advanced (not autoplay)

Issue #14 resolved
Former user created an issue

For some reason when I init the slider, it automatically jumps to the second slide.

I don't have any methods being called, nor it is on autoplay. What might be causing it to auto advance on load?

Comments (2)

  1. ian moore

    Figured it out. There was a CSS declaration that applied a transition: all 0.5s to everything

    • { transition: all 0.5s }

    And that was making the slider act up…

  2. Log in to comment