Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

Swipe is the most accurate touch slider.

Results 102 Swipe issues
Sort by recently updated
recently updated
newest added

I love how tiny the code base is, but its design does have two glitches that I've observed so far: 1. When you resize the window, you can sometimes see...

add "style.transform = 'translateX(' + dist + 'px)';" on line 177, then it works

Is there a `loaded` event which is triggered once the `Swipe` is instantiated?

Hi, i find a bug when `continuous` is `true` and the contains of swipe only two : ``` html ``` ``` js var ele = $('#swipeBanner').get(0) var swipe = Swipe(ele,{...

Hi, I simplify the index.html when mySwipe.getNumSlides is 2, mySwipe.getNumSlides will return 3, 2, 1, 0 here's a screenshot ![image](https://cloud.githubusercontent.com/assets/1102087/10222586/712fcacc-6887-11e5-9b7e-ead2ae75977d.png)

Fast implementation prev() next() in the new version of the PC browser chrome, lead to wrong carousel. Version 45.0.2454.101 (64-bit)

manually move the slide will stop automatic sliding, so add this fix after touchend.

Fixed call of stop() method which was causing too many calls into events API, like next() and prev making too many unnecessary calls.

I'm noticing that my build outputs are looking for a v2.0.1 but only v2.0.0 release exists. It says the latest is v2.0.1 here https://www.npmjs.com/package/swipe-js-iso Is there a plan to release...