scroll-up-bar icon indicating copy to clipboard operation
scroll-up-bar copied to clipboard

The scroll up bar plugin (jQuery) hides the top bar when scrolling down, and show it when scrolling up. It's specially useful on mobile interfaces to save some precious space.

Results 12 scroll-up-bar issues
Sort by recently updated
recently updated
newest added

I have implemented this scripts on wordpress but Wordpress admin bar has displayed and i need to calculate it while scrolling up. If scrolling up works then it has not...

It could be very usefull to add the user the possibility to change plugin's speed. In example, if you want just to do a Hide/Show, right now you are not...

Bar with offset initially stays in the same position where it was originally loaded. In other words, when the page loads initially, the position and overall function of the bar...

Hi, I implemented Scroll-up-bar in a project. When I scroll down on the iPhone screen, the topbar hides, but if I scroll down again, the topbar-container doesn't hide automatically. It...

bug

http://developer.telerik.com/featured/scroll-event-change-ios-8-big-deal/

Hey, love this plugin. Thought I'd save some headaches and mention that the navbar will be positioned fixed relative to it's parent if the parent has transform styles. So, instead...

it'd be nice to make it cancellable: ``` js $('#header').scrollupbar({ enterViewport: function () { // prevent entering if the page is still too high. if ($(window).scrollTop() < 1000) return false...

It would be great if it was possible to specify a "buffer height" where a certain amount of scroll-up is allowed before the sticky menu is triggered. I'm seeing numerous...

On iOS devices Scroll Up Bar overwrites an existing style attributes on the bar element. I believe in this section of code at line 138. ``` $bar.css({ 'position': 'absolute', 'top':...

I would love to see that you also provide this script with a plain JS version, without Jquery.