Searched refs:lazyZoom (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 968 graph.lazyZoom(true, true, ui.buttonZoomDelay); 979 graph.lazyZoom(false, true, ui.buttonZoomDelay);
|
H A D | EditorUi.js | 2816 graph.lazyZoom = function(zoomIn, ignoreCursorPosition, delay) class in graph 2971 graph.lazyZoom(up); 2987 graph.lazyZoom(evt.scale > 0, true);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2221 …FastZoomEnabled()?e.wheelZoomDelay:e.lazyZoomDelay)},0)},T=Date.now();b.lazyZoom=function(d,f,c){(… 2226 …nt(e,l):new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d)),ea=c,b.lazyZoom(f),mxEvent.consum… 2227 b.container);b.panningHandler.zoomGraph=function(d){b.cumulativeZoomFactor=d.scale;b.lazyZoom(0<d.s… 2982 …lazyZoom(!0,!0,e.buttonZoomDelay):g.zoomIn()},null,null,Editor.ctrlKey+" + (Numpad) / Alt+Mousewhe…
|
H A D | viewer-static.min.js | 2221 …FastZoomEnabled()?e.wheelZoomDelay:e.lazyZoomDelay)},0)},T=Date.now();b.lazyZoom=function(d,f,c){(… 2226 …nt(e,l):new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d)),ea=c,b.lazyZoom(f),mxEvent.consum… 2227 b.container);b.panningHandler.zoomGraph=function(d){b.cumulativeZoomFactor=d.scale;b.lazyZoom(0<d.s… 2982 …lazyZoom(!0,!0,e.buttonZoomDelay):g.zoomIn()},null,null,Editor.ctrlKey+" + (Numpad) / Alt+Mousewhe…
|
H A D | app.min.js | 2255 …FastZoomEnabled()?d.wheelZoomDelay:d.lazyZoomDelay)},0)},P=Date.now();a.lazyZoom=function(b,c,e){(… 2260 …int(e,f):new mxPoint(mxEvent.getClientX(b),mxEvent.getClientY(b)),M=d,a.lazyZoom(c),mxEvent.consum… 2261 a.container);a.panningHandler.zoomGraph=function(b){a.cumulativeZoomFactor=b.scale;a.lazyZoom(0<b.s… 3527 …lazyZoom(!0,!0,d.buttonZoomDelay):c.zoomIn()},null,null,Editor.ctrlKey+" + (Numpad) / Alt+Mousewhe…
|