Prokophs
Results
2
comments of
Prokophs
There you go ``` if (window.addEventListener) window.addEventListener('DOMMouseScroll', wheel, false); window.onmousewheel = document.onmousewheel = wheel; document.attachEvent('onmousewheel', wheel); function wheel(event) { var delta = 0; if (event.wheelDelta) delta = event.wheelDelta / 120;...
Hi cmpolis, jQuery UI is included through "http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" and easeInOutExpo function is already defined through jQuery Easing.js. Nothing seems to happen, am I going wrong somewhere?