0.0.2 • Published 6 years ago

scrollbar-framework v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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).

Examples

Preact Demo