Home
last modified time | relevance | path

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

/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js136 targetScale: 0, property
663 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…
751targetScale <= _this6.controlCoordinates.containerWidth ? 0 : _this6.minMax(_this6.controlCoordina…
752targetScale <= _this6.controlCoordinates.containerHeight ? 0 : _this6.minMax(_this6.controlCoordin…
753 …etX + "px", _this6.controlCoordinates.targetOffsetY + "px", _this6.controlCoordinates.targetScale);
[all …]
/plugin/impressjs/tpl/dokuwiki/
Dimpress.js482 var targetScale = target.scale * windowScale;
500 transform: perspective( config.perspective / targetScale ) + scale( targetScale ),