threshold
By setting the threshold
you can set how far the user must swipe before it is considered a swipe.
Swipe at least 200px
cancelThreshold
By setting the cancelThreshold
you can set the minimum distance in px that the user needs to swipe back to cancel the current swipe, even if they have passed the main threshold
maxTimeThreshold
By setting the maxTimeThreshold
you can set the maximum time the user has to complete the swipe. A swipe LONGER than this is cancelled. This can be useful for ignoring long slow swipes.
Swipe in under 500ms