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
612
stars
63
forks
source link
Give the user the possibility to change slideUp/slideDown speed. #18
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.
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?
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.