Searched refs:startCoords (Results 1 – 6 of 6) sorted by relevance
/plugin/photogallery/lightGallery/js/ |
H A D | lg-zoom.js | 268 var startCoords = {}; 287 startCoords = { class in AnonymousFunction03190cd90f00 327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) { 348 _this.touchendZoom(startCoords, endCoords, allowX, allowY); 359 var startCoords = {}; 381 startCoords = { class in AnonymousFunction03190cd91200 442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) { 447 _this.touchendZoom(startCoords, endCoords, allowX, allowY); 459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument 464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x); [all …]
|
H A D | lg-thumbnail.js | 303 var startCoords = 0; 315 startCoords = e.pageX; 336 tempLeft = tempLeft - (endCoords - startCoords); 359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) { 377 var startCoords = 0; 385 startCoords = 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; 1101 var startCoords = 0; 1111 startCoords = e.originalEvent.targetTouches[0].pageX; 1119 _this.touchMove(startCoords, endCoords); 1128 _this.touchEnd(endCoords - startCoords); 1140 var startCoords = 0; 1153 startCoords = e.pageX; 1175 _this.touchMove(startCoords, endCoords); 1183 _this.touchEnd(endCoords - startCoords);
|
/plugin/imagecarousel/vendor/swipebox/js/ |
H A D | jquery.swipebox.js | 291 startCoords = {}, variable 304 startCoords.pageX = event.originalEvent.targetTouches[0].pageX; 305 startCoords.pageY = event.originalEvent.targetTouches[0].pageY; 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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …startCoords = this._codeEditor.getScrolledVisiblePosition(selection.getStartPosition());\n …
|