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