triggerOnTouchEnd
, triggerOnTouchLeave
With triggerOnTouchEnd
you can trigger the swipe
end handler either when the user releases (default) or when the user has swiped the distance / time of the thresholds (but is still swiping).
With triggerOnTouchLeave
you can end the event if the user swipes off the element
Swipe below, and the swipeEnd handler will trigger when you have swiped 200 px.