Home
last modified time | relevance | path

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

/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js283 vDistance, variable
318 vDistanceLast = vDistance;
319 vDistance = endCoords.pageY - startCoords.pageY;
320 if ( Math.abs( vDistance ) >= vSwipMinDistance || vSwipe ) {
321 var opacity = 0.75 - Math.abs(vDistance) / slider.height();
323 slider.css( { 'top': vDistance + 'px' } );
390 vDistance = endCoords.pageY - startCoords.pageY;
397 …if ( Math.abs( vDistance ) >= 2 * vSwipMinDistance && Math.abs( vDistance ) > Math.abs( vDistanceL…
398 var vOffset = vDistance > 0 ? slider.height() : - slider.height();
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js