Searched refs:targetOffsetY (Results 1 – 1 of 1) sorted by relevance
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 135 targetOffsetY: 0, property 663 value: function zoomPanElement(targetOffsetX, targetOffsetY, targetScale) { 664 …ransitionPrefix + 'transform'] = 'translate(' + targetOffsetX + ',' + targetOffsetY + ') scale(' +… 673 value: function setZoomData(initialScale, targetOffsetX, targetOffsetY) { 676 this.currentImage.dataset.translateY = targetOffsetY; 752 …_this6.controlCoordinates.targetOffsetY = _this6.controlCoordinates.imgHeight * _this6.controlCoor… 753 …s6.controlCoordinates.targetOffsetX + "px", _this6.controlCoordinates.targetOffsetY + "px", _this6… 772 _this6.controlCoordinates.initialOffsetY = _this6.controlCoordinates.targetOffsetY; 773 …tes.targetScale, _this6.controlCoordinates.targetOffsetX, _this6.controlCoordinates.targetOffsetY); 774 …s6.controlCoordinates.targetOffsetX + "px", _this6.controlCoordinates.targetOffsetY + "px", _this6… [all …]
|