Searched refs:swipeThreshold (Results 1 – 1 of 1) sorted by relevance
2880 swipeThreshold: 160, property2942 …var shouldSwipe = (deltaY < Math.abs(deltaX)) && (Math.abs(deltaX) >= this.options.swipeThreshold);