General:
- Added credits to Robert Penner for his easing functions.
Bugfixes:
- Sometimes the native scrollbar size wasn't calculated correctly in IE8 and Legacy-Opera.
- The viewport-size is now always correct.
- Handles floaty overflow-amounts (
0.231
px for example) more accurate. (for example if element is transformed / zoomed, or the browser zoom isn't exactly 100%) - Removed the
hover
method from the jQuery version, because it will be deprecated in the future. (#66)
Extensions:
- Moved the
type
method from theframework
object into thecompatibility
object, because jQuery will deprecated it in the future. - Moved the
isArray
method from theframework
object into thecompatibility
object, because jQuery will deprecated it in the future. The method has also a new name:isA
. - Removed the
.hover(inHandler, outHandler)
method from theframework
object, because jQuery will deprecated it in the future. Please use the methods.on('mouseenter', inHandler)
and.on('mouseleave', outHandler)
instead.
The documentation is up to date: https://kingsora.github.io/OverlayScrollbars/#!documentation/extensions-basics