Releases: kamlekar/slim-scroll
Releases · kamlekar/slim-scroll
Slim-scroll v1.3.3
Slim-scroll v1.3.2
- Added NPM.
- Critical bug fixes.
Slimscroll v1.3.0
Bug fixes:
- Gap between the container and scrollbar when scrolled to the end, fixed.
- Resize vertically when container is fluid.
- Repetition of inner styles removed.
Slimscroll v1.2.1
- Fixed text selection while dragging the scrollbar through mouse.
Slimscroll
Features:
- Supports multi-scrolling on a page.
- The scrollbar can be designed easily through css.
- Can mention class names to style explicitly by passing arguments to the
useSlimScroll
function as a object. (Check readme) - Can apply focus to the container. So that the user can use up and down keys on keyboard to scroll the content.
- This plugin can act as Vertical resize friendly when the height of the container is provided in percentage. (apply the resize event as mentioned in read me)
Stable version
Features:
- Mac scroll enabled by default (To disable, refer comments in plugin code)
- Supports multi-scrolling on a page.
- The scrollbar can be designed easily through css
- Height of the scroll bar can be provided manually through code. (Give percentage value to
sP1
variable in the plugin code - no need to mention percentage unit)