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
Hello I would like to deactivate the infinite option so as not to go back to the first element once the last element has been passed, but it does not work, someone has a solution ?
Hello I would like to deactivate the infinite option so as not to go back to the first element once the last element has been passed, but it does not work, someone has a solution ?
<AwesomeSlider infinite={false} selected={slideSelected} transitionDelay={0} className="awesome-slider" onTransitionStart={() => { console.log('start de transition'); setIsTransition(true); }} onTransitionEnd={e => { console.log('fin de transition'); setIsTransition(false); setSlideSelected(e.currentIndex); }} > <div><p>slide1</p> </div> <div><p>slide2</p> </div> <div><p>slide3</p> </div> </AwesomeSlider>
The text was updated successfully, but these errors were encountered: