You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those are nice features. I'm thinking on adding two methods to handle your first issue:
$.scrollupbar.fix() - force the bar to be visible even on scroll down
$scrollupbar.unfix() - undo the previous method re-allowing bar to be hidden on scroll down
Then you would have to call $.scrollupbar.fix() before animating page scroll and $.scrollupbar.unfix() after it.
For the second issue I'm thinking on adding $.scrollupbar.show() and $scrollupbar.hide() methods. Then you would be able to listen to some event, ie. mousemove, and do your magic.
Is that what you had in mind?
I currently have some mobile smoothness improvements on the to-do queue, but I'll try to release these features soon.
I'm not sure — I had no code solution in mind, I only pointed at some usability issues I met.
Probably, if script scenario would change so scrollupbar wouldnt dissappear on scroll down if mouse cursor is hoverting (for dektops) — that'll fix the issue.
The text was updated successfully, but these errors were encountered: