Sara

Results 1 comments of Sara

Hi there! Here's how I tackled the issue in a project I recently worked on: ``` function scrolling() { var lastScrollTop = 0; $(window).scroll(function() { var current = $(this).scrollTop(); if...