glide
glide copied to clipboard
perTouch has no effect
No matter what I set the perTouch value to it always moves 1 image when swiping (at least in Chrome). Same thing when I try on https://glidejs.com/docs/options/#pertouch and adjust the setting. It does not change anything?
Definitely, something is wrong there. Not sure in which version it appeared need to investigate it
In 3.4.1 the perTouch works as expected since 3.5.0 it's broken.
In 3.4.1 the perTouch dont working
As of version 3.5.2, perTouch is still broken. Any chance of this getting fixed in a future release?
in the document there is perTouch
, but not in the code. Use perSwipe
, which does something similar.
https://github.com/glidejs/glide/blob/master/src/defaults.js#L99
related: #593