Home
last modified time | relevance | path

Searched refs:hSwipMinDistance (Results 1 – 2 of 2) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js289 hSwipMinDistance = 10, variable
334 if ( ! hSwipe && ! vSwipe && Math.abs( hDistance ) >= hSwipMinDistance ) {
413 if( hDistance >= hSwipMinDistance && hDistance >= hDistanceLast) {
418 } else if ( hDistance <= -hSwipMinDistance && hDistance <= hDistanceLast) {
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js