/plugin/photogallery/lightGallery/js/ |
H A D | jquery.mousewheel.min.js | 8 …type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in…
|
/plugin/stlviewer/stlviewer/ |
H A D | OrbitControls.js | 422 if ( event.wheelDelta !== undefined ) { // WebKit / Opera / Explorer 9
424 delta = event.wheelDelta;
|
/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 175 event.deltaY = - 1/40 * originalEvent.wheelDelta; 412 if (evt.wheelDelta) { 414 delta = evt.deltaY / Math.abs(evt.wheelDelta/3)
|
/plugin/imageflow/ |
H A D | script.js | 704 } else if (e.originalEvent.wheelDelta) { 705 delta = -e.originalEvent.wheelDelta;
|
/plugin/diagramsnet/lib/js/croppie/ |
H A D | croppie.min.js | 1 …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 D | jquery.datetimepicker.js | 2056 …type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in…
|
/plugin/projects/ |
H A D | codemirror-compressed.js | 1 …ltaY!==undefined?(t=e.wheelDeltaX/3,n=e.wheelDeltaY/3):e.wheelDelta!==undefined&&(n=e.wheelDelta/3…
|
/plugin/tline/timeline_ajax/ |
H A D | simile-ajax-bundle.js | 634 …reenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" "…
|
/plugin/eventline/timeline_ajax/ |
H A D | simile-ajax-bundle.js | 634 …reenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" "…
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.js | 241 if(H.wheelDelta){I=H.wheelDelta/120;
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.js | 241 if(H.wheelDelta){I=H.wheelDelta/120;
|
/plugin/revealjs/js/ |
H A D | reveal.js | 5616 var delta = event.detail || -event.wheelDelta;
|
/plugin/processing/ |
H A D | script.js | 11444 if (e.wheelDelta) { 11445 delta = e.wheelDelta / 120;
|
/plugin/amcharts/assets/amcharts/ |
H A D | amcharts.js | 121 …return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.de…
|
/plugin/aceeditor/ |
H A D | build.js | 1 …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 D | ogg.js | 2 …DOMMouseScroll":delta=event.detail;break;case"mousewheel":delta=-event.wheelDelta;break;case"wheel…
|
H A D | vorbis.js | 2 …DOMMouseScroll":delta=event.detail;break;case"mousewheel":delta=-event.wheelDelta;break;case"wheel…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …wheelDelta)>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 D | d3.min.js | 3 …de?120:1)},"wheel"):"onmousewheel"in fo?(Bo=function(){return ao.event.wheelDelta},"mousewheel"):(…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 16564 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 D | scripts.min.js | 3 …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 D | scripts.min.js.map | 1 …wheelDelta","wheelEventPixels","delta","onScrollWheel","canScrollX","canScrollY","pixels","movedX"…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …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 D | mermaid.min.js | 6 …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 D | mermaid.min.js | 1 …pe(new yk(d,t,this.that.__zoom),f.apply,f,[t,this.that,this.args])}},d.wheelDelta=function(t){retu… function
|