eduardomb / scroll-up-bar

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.
MIT License
613 stars 63 forks source link

Give the user the possibility to change slideUp/slideDown speed. #18

Open danielnietocaballero opened 9 years ago

danielnietocaballero commented 9 years ago

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 able. With this PR you could set speed as 0, for simulating that behaviour.

fjalvarezdd commented 9 years ago

+1

yo1106 commented 9 years ago

+1

eduardomb commented 8 years ago

Thanks @danielnietocaballero. I wish I had answered you faster. Sorry for that. The code looks perfect. Can you also update the README and add a test case for the new feature before I merge it?