Hidden scrollbar onload - is it possible?
I would like to have, or maybe propose an option, the scrollbar to be hidden on load, ...and when user hovers on content, scrollbar to display.
Is this possible already or am i missing something?
Thanks!
+1
+1
+1
Thanks guys, will look into this.
+1
+1
For the time being, you could just call: $(".slimScrollBar").hide()
@bondt Thanks $(".slimScrollBar").hide() seemed to work for me. Hides it onload, but still shows up whenever I hover over the div.
Or
$(selector).slimScroll({
opacity: 0
});
jquery.slimscroll.js line 194
me.parent().append(bar); me.parent().append(rail); hideBar(); // add this