Searched refs:endCoords (Results 1 – 7 of 7) sorted by relevance
/plugin/photogallery/lightGallery/js/ |
H A D | lg-zoom.js | 269 var endCoords = {}; 307 endCoords = { class in AnonymousFunction03190cd91000 327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) { 348 _this.touchendZoom(startCoords, endCoords, allowX, allowY); 360 var endCoords = {}; 404 endCoords = { class in AnonymousFunction03190cd91300 442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) { 443 endCoords = { class in AnonymousFunction03190cd91400 447 _this.touchendZoom(startCoords, endCoords, allowX, allowY); 459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument [all …]
|
H A D | lg-thumbnail.js | 304 var endCoords = 0; 332 endCoords = e.pageX; 336 tempLeft = tempLeft - (endCoords - startCoords); 359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) { 378 var endCoords = 0; 393 endCoords = e.originalEvent.targetTouches[0].pageX; 400 tempLeft = tempLeft - (endCoords - startCoords); 422 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
|
H A D | lightgallery.js | 1047 Plugin.prototype.touchMove = function(startCoords, endCoords) { argument 1049 var distance = endCoords - startCoords; 1102 var endCoords = 0; 1118 endCoords = e.originalEvent.targetTouches[0].pageX; 1119 _this.touchMove(startCoords, endCoords); 1128 _this.touchEnd(endCoords - startCoords); 1141 var endCoords = 0; 1174 endCoords = e.pageX; 1175 _this.touchMove(startCoords, endCoords); 1183 _this.touchEnd(endCoords - startCoords);
|
/plugin/imagecarousel/vendor/swipebox/js/ |
H A D | jquery.swipebox.js | 292 endCoords = {}, variable 303 endCoords = event.originalEvent.targetTouches[0]; 315 endCoords = event.originalEvent.targetTouches[0]; 319 vDistance = endCoords.pageY - startCoords.pageY; 331 hDistance = endCoords.pageX - startCoords.pageX; 390 vDistance = endCoords.pageY - startCoords.pageY; 391 hDistance = endCoords.pageX - startCoords.pageX;
|
/plugin/gallery/swipebox/js/ |
H A D | jquery.swipebox.js |
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …endCoords","scrollPos","calculateScrollPos","startTop","startLeft","updateScrollTop","setScrollLef…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …endCoords = this._codeEditor.getScrolledVisiblePosition(selection.getEndPosition());\n …
|