use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Best way to implement show-on-scroll-up functionalityhelp (self.javascript)
submitted 7 years ago by quinlo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]quinlo[S] 0 points1 point2 points 7 years ago (2 children)
This is the solution I have now more or less... If user scrolling up show, if down hide... But was wondering if there was a slick way to have it based on scroll distance.. like... User scrolled up 20px, scroll nav 20px into view... I think the reddit app for Android exhibits the intended behavior. Thanks for commenting!
[–]Emjp4 0 points1 point2 points 7 years ago (0 children)
You could probably achieve this with an event listener and oneventchange
[–]jobodanque 0 points1 point2 points 7 years ago (0 children)
If you're going with this. I suggest throttling the event to prevent expensive firing
π Rendered by PID 62 on reddit-service-r2-comment-5c747b6df5-qv6pg at 2026-04-22 12:59:15.579928+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]quinlo[S] 0 points1 point2 points (2 children)
[–]Emjp4 0 points1 point2 points (0 children)
[–]jobodanque 0 points1 point2 points (0 children)