Searched refs:targetStep (Results 1 – 1 of 1) sorted by relevance
184 const targetStep = Math.max(KEYBOARD_PAN_PX_PER_FRAME * velocity, step); constant185 this.targetPanOffsetPx += this.panning * targetStep;202 const targetStep = Math.max(ZOOM_RATIO_PER_FRAME * velocity, step); constant203 this.targetZoomRatio += this.zooming * targetStep;