Skip to content

Slimscroll

Compare
Choose a tag to compare
@kamlekar kamlekar released this 11 Dec 04:18
· 35 commits to master since this release

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)