you can try this .. maybe it will help you..
it's not looking good but i think it should work
i use scroll
event . if you need use wheel
event . set time delay as you need...
(function () {
var timer;
document.querySelector('div').addEventListener('scroll', function (event) {
if
…
Top comments (0)