Posts by Mateus • 11 points
1 post
-
1
votes2
answers106
viewsA: How to make menu appear as mouse scroll
You can use the scroolTop() function of the JQUERY library, this function gets the current vertical position of the scroll bar. https://api.jquery.com/scrollTop/ In the example below, whenever the…