You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slickPrev() and slickNext() functions do not behave as expected if initialSlide is set to something other than 0, and infinite is false. This behavior is only seen the first time the 👈 or 👉 button is pressed (i.e. after a page refresh).
With an initialSlide of 2, the buttons behave as follows:
The
slickPrev()
andslickNext()
functions do not behave as expected ifinitialSlide
is set to something other than0
, andinfinite
isfalse
. This behavior is only seen the first time the 👈 or 👉 button is pressed (i.e. after a page refresh).With an
initialSlide
of2
, the buttons behave as follows:Note:
goTo()
still works as expectedCodeSandbox example
The text was updated successfully, but these errors were encountered: