ganlanyuan / tiny-slider

Vanilla javascript slider for all purposes.
MIT License
5.23k stars 785 forks source link

Disable swipe #718

Open Loic57 opened 2 years ago

Loic57 commented 2 years ago

Hi there,

Just a quick question : Is it possible to disable swipe ? I have a left and right arrow and it's enough, I don't need to swipe the slides because they are clickable and trigger an event.

artemsites commented 2 months ago
tns({ 
  ...
  swipeAngle: -1,    
  ...
})