I noticed that on Mozilla Firefox scrolling is much slower than on Chrome and IE browsers (about 6 times in some larger lists). It's not a problem with ng-scrollbar, but with scrolling in Firefox in general.
It would be great to have optional ability to normalize scroll speed. Maybe the following StackOverflow topic will give some ideas:
http://stackoverflow.com/questions/5527601/normalizing-mousewheel-speed-across-browsers
It is tricky and I'm not asking to implement full support, but at least it might be great to smooth out some huge differences across some browsers.
Ideally, there should be some way to switch on/off the normalization globally for the entire application through some Angular ConfigurationProvider (you could also add other global settings there, e.g. global wheelSpeed, SlackSpace etc.).
I noticed that on Mozilla Firefox scrolling is much slower than on Chrome and IE browsers (about 6 times in some larger lists). It's not a problem with ng-scrollbar, but with scrolling in Firefox in general.
It would be great to have optional ability to normalize scroll speed. Maybe the following StackOverflow topic will give some ideas:
http://stackoverflow.com/questions/5527601/normalizing-mousewheel-speed-across-browsers
It is tricky and I'm not asking to implement full support, but at least it might be great to smooth out some huge differences across some browsers.
Ideally, there should be some way to switch on/off the normalization globally for the entire application through some Angular ConfigurationProvider (you could also add other global settings there, e.g. global wheelSpeed, SlackSpace etc.).