scrollbar-framework
v0.0.2
Published
A framework for developing custom scrollbars.
Downloads
1
Readme
Scrollbar Framework
Library containing functionality for creating custom scrollbars.
Getting Started
npm install scrollbar-framework
Features
- DragGesture - Utility class for detecting drag gesture so you can respond to it.
- ScrollbarState - A data model class that manages the scroll position and thumb size for scrollbars.
- ScrollbarAnimator - Provides a function which performs smooth scrolling. Based off the Chromium source code (MIT License).