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

Hi , Seems like http://swipejs.com is down

In modern browsers demo it's not working on PC. That's why: https://github.com/blog/1482

Just like ``` restart: function() { delay = options.auto; begin(); } ``` This will work for me well!

Hi... we're using these two methods in one of our projects, and thought it might be useful for everyone.

Adding this feature will allow the user to know how many slides are in the slider and adds the ability of jumping from one slide to an other.

``` javascript var swipe = new Swipe(document.getElementById("slider"), { fadeOutInvisible : true }); ``` this will add the class hiddenPanel to none visible panels

Hi, thanks for the excellent library. In my application, I have two swipes. The first one works fine, but the second one does not work. When I comment the first...

Does this plugin support pagination? Like dynamically adding elements to the list, to the beginning and end properly? Re-indexing and repositioning the user causes a slide effect, sometimes all indexes...

New Array is not safe . Array definition is safer to user [](literal type) than new Array() because, you can override the value of Array in JavaScript ex:) Array =...