Swipe
Swipe copied to clipboard
Swipe is the most accurate touch slider.
I use swipe.js, on computer web page, carousel sppeed is normal, but on mobile web page, carousel sppeed is quicker. How I fix this issue? You can see this situation...
Hi there, I am currently using swiper on an app and at the moment the carousel is not showing until I resize the browser - in which it then works...
I'd like to suggest using http://www.jshint.com/ to ensure code quality and make code robust for using js compressor tools.
We can add a swipe css when we `bower install Swipe`. Then everyone don't have to add them in their css files again :smiley:
Hey guys, there is a question for the function `stop`. here is the code ``` function stop() { delay = 0; clearTimeout(interval); } ``` why reset the `delay` to zero...
Implements a fix for Issue #443. The `getPos()` function is meant to return the zero index of the swipe object however in the event that the swipe object has only...
Added a function to hide all slides and then show only current, next and prev. It prevents browser crash on iOS when there many slides and the slides are "heavy"...
I am using Swipe JS for my project. I instantiate the SwipeJS-Slider on click of a thumbnail and open the slider at the relevant slide. Then i just hide the...
Hi, I have a simple implementation of a multi-page slide show in auto mode. And it works fine on the desktop. However, on mobile browsers (safari on iPhone and chrome...
Changes lines 173 ``` javascript style.webkitTransform = 'translate(' + dist + 'px,0)' + 'translateZ(0)'; style.msTransform = style.MozTransform = style.OTransform = 'translateX(' + dist + 'px)'; ``` To this: ``` javascript...