Skip to content

Releases: kamlekar/slim-scroll

Slim-scroll v1.3.3

27 Nov 14:02
56693b3
Compare
Choose a tag to compare

Bump version number.

Slim-scroll v1.3.2

27 Nov 05:56
Compare
Choose a tag to compare
  • Added NPM.
  • Critical bug fixes.

Slimscroll v1.3.0

15 Dec 07:26
Compare
Choose a tag to compare

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

05 Sep 18:54
Compare
Choose a tag to compare
  • Fixed text selection while dragging the scrollbar through mouse.

Slimscroll

11 Dec 04:18
Compare
Choose a tag to compare

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

18 Nov 07:31
Compare
Choose a tag to compare

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)