Home
last modified time | relevance | path

Searched refs:wheelDelta (Results 1 – 25 of 31) sorted by relevance

12

/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in…
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js422 if ( event.wheelDelta !== undefined ) { // WebKit / Opera / Explorer 9
424 delta = event.wheelDelta;
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js175 event.deltaY = - 1/40 * originalEvent.wheelDelta;
412 if (evt.wheelDelta) {
414 delta = evt.deltaY / Math.abs(evt.wheelDelta/3)
/plugin/imageflow/
H A Dscript.js704 } else if (e.originalEvent.wheelDelta) {
705 delta = -e.originalEvent.wheelDelta;
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1 …f("ctrl"===i.options.mouseWheelZoom&&!0!==e.ctrlKey)return 0;t=e.wheelDelta?e.wheelDelta/1200:e.de…
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2056 …type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in…
/plugin/projects/
H A Dcodemirror-compressed.js1 …ltaY!==undefined?(t=e.wheelDeltaX/3,n=e.wheelDeltaY/3):e.wheelDelta!==undefined&&(n=e.wheelDelta/3…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 …reenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" "…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 …reenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" "…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js241 if(H.wheelDelta){I=H.wheelDelta/120;
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js241 if(H.wheelDelta){I=H.wheelDelta/120;
/plugin/revealjs/js/
H A Dreveal.js5616 var delta = event.detail || -event.wheelDelta;
/plugin/processing/
H A Dscript.js11444 if (e.wheelDelta) {
11445 delta = e.wheelDelta / 120;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js121 …return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.de…
/plugin/aceeditor/
H A Dbuild.js1 …on(e){e.wheelDelta!==undefined?e.wheelDeltaX!==undefined?(e.wheelX=-e.wheelDeltaX/r,e.wheelY=-e.wh…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …DOMMouseScroll":delta=event.detail;break;case"mousewheel":delta=-event.wheelDelta;break;case"wheel…
H A Dvorbis.js2 …DOMMouseScroll":delta=event.detail;break;case"mousewheel":delta=-event.wheelDelta;break;case"wheel…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13wheelDelta)>0&&(r=!0),t.preventDefault(),t.stopPropagation(),e._setScaleSettings(r,n)},this._setSc…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …de?120:1)},"wheel"):"onmousewheel"in fo?(Bo=function(){return ao.event.wheelDelta},"mousewheel"):(…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js16564 var wheelY = _this.$gantt.env.isFF ? (e.deltaY * -40) : e.wheelDelta;
21976 var wy = ff ? (e.deltaY*-40) : e.wheelDelta;
/plugin/codemirror/dist/
H A Dscripts.min.js3 …ll&&a.detail&&a.axis==a.VERTICAL_AXIS){c=a.detail}else if(c==null){c=a.wheelDelta}return{x:b,y:c}}…
H A Dscripts.min.js.map1wheelDelta","wheelEventPixels","delta","onScrollWheel","canScrollX","canScrollY","pixels","movedX"…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1 …pe(new yw(d,t,this.that.__zoom),h.apply,h,[t,this.that,this.args])}},d.wheelDelta=function(t){retu… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6 …pe(new yw(d,t,this.that.__zoom),h.apply,h,[t,this.that,this.args])}},d.wheelDelta=function(t){retu… function
/plugin/flowcharts/
H A Dmermaid.min.js1 …pe(new yk(d,t,this.that.__zoom),f.apply,f,[t,this.that,this.args])}},d.wheelDelta=function(t){retu… function

12