I'd like to catch an event of scroll or touchmove with
$(document).on('scroll touchmove', function() {});
But that event is not working. Because i've used
overflow:hidden;
How can i catch these events and use custom animation instead of classic scrolling.