There is a site on wordpress. I can not do this functionality:
when scrolling the page - a div appears,
after the user stopped scrolling the page - the div immediately hidden.
I tried to do it by adding a class, the class appears when scrolling, but then it does not disappear ... Help, please.
jQuery(window).scroll(function() { jQuery('.one-page-down').addClass('visible-buttons'); });