change touch threshold
This commit is contained in:
parent
ea33666aea
commit
4d7d27c5a6
@ -6,7 +6,7 @@ previewLinks = document.getElementsByClassName("previewLink");
|
|||||||
headerImage = document.getElementById("headerImage");
|
headerImage = document.getElementById("headerImage");
|
||||||
|
|
||||||
touchDragStartX = null;
|
touchDragStartX = null;
|
||||||
touchDragThreshold = 75;
|
touchDragThreshold = 50;
|
||||||
touchDirection = null;
|
touchDirection = null;
|
||||||
touchLock = false;
|
touchLock = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user