gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
756 stars 238 forks source link

blinking horizontal scrollbar #116

Closed pemich closed 6 years ago

pemich commented 7 years ago

Hi,

I am trying to use your jquery scrollbar, everything is perfect, but horizontal scrollbar is blinking in browsers like Firefox, IE when div appears // one element hides and another shows by jquery. I tried to use fix from k-one-o-two but it did not work.

So my question is: how to fix this problem? Thank you for your time and answer.

gromo commented 7 years ago

I believe it happens because of timer-based size checks. So you have to get custom scrollbar instance and call init() method manually right after hiding/showing content.