LiteScroll, or lite-scroll.js, provides a pretty simple way of adding your own UI for the scroll bar element.
Not covered in the CSS standard, the scroll bar usually has a different style based on the browser used to access the page.
This plugin hides browser-default styles, and overlays a HTML, CSS & JS-powered UI on top that works like the original scroll bar, only it can easily be styled via CSS code.
LiteScroll lets developers control the content height, the scroll bar width, the scroll pixel step, the mouse scroll pixel step, scroll hold speeds, and various other parameters, giving you full control over the scrolling action.
A simple demo is included with the LiteScroll download package.
What is new in this release:
- Adds 'scrolled' event and public API methods.
- Improves test coverage.
Requirements:
- JavaScript enabled on client side
- jQuery 1.8 or higher
Limitations:
- Only vertical scroll bars are supported.
Comments not found