antoniobrandao / ab-scroll-util

Simple scroll utilities in vanilla JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ab-scroll-util

Simple Scroll Utilities.

Disable / Enable scroll, and get scrollbar width in pixels.

  • disableScroll
  • enableScroll
  • getScrollbarWidth

Install

With npm do:

$ npm install ab-scroll-util --save-dev

Usage

var scrollutil = require('ab-scroll-util');

scrollutil.disableScroll();
scrollutil.enableScroll();

var scrollbar_width = scrollutil.getScrollbarWidth();

License

MIT

About

Simple scroll utilities in vanilla JS

License:Other


Languages

Language:JavaScript 100.0%