Searched refs:targetScale (Results 1 – 2 of 2) sorted by relevance
136 targetScale: 0, property663 value: function zoomPanElement(targetOffsetX, targetOffsetY, targetScale) {664 …'transform'] = 'translate(' + targetOffsetX + ',' + targetOffsetY + ') scale(' + targetScale + ')';743 _this6.controlCoordinates.targetScale = scale;748 …setX = (_this6.controlCoordinates.imgWidth * _this6.controlCoordinates.targetScale - _this6.contro…749 …etY = (_this6.controlCoordinates.imgHeight * _this6.controlCoordinates.targetScale - _this6.contro…750 …_this6.controlCoordinates.scaleDifference = _this6.controlCoordinates.targetScale - _this6.control…751 …targetScale <= _this6.controlCoordinates.containerWidth ? 0 : _this6.minMax(_this6.controlCoordina…752 …targetScale <= _this6.controlCoordinates.containerHeight ? 0 : _this6.minMax(_this6.controlCoordin…753 …etX + "px", _this6.controlCoordinates.targetOffsetY + "px", _this6.controlCoordinates.targetScale);[all …]
482 var targetScale = target.scale * windowScale;500 transform: perspective( config.perspective / targetScale ) + scale( targetScale ),