gmrchk / pagewheelz

Fun, acceleration based scroller for browser window.

Home Page:https://gmrchk.github.io/pagewheelz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PageWheelz

Wheelz extension for use on a the window.
Demo here

Installation

Include PageWheelz with scripts tag

<script src="./dist/pagewheelz.min.js"></script>

or with npm and import

npm install wheelz --save
// import needed modules from npm
import PageWheelz from 'pagewheelz';

Usage

Wheelz accepts several options defined as follows.

var wheelz = new PageWheelz();

For the purpose of keeping the native window scrollbar, PageWheelz requires a wrapper over a content with attribute data-wheelz.

About

Fun, acceleration based scroller for browser window.

https://gmrchk.github.io/pagewheelz/


Languages

Language:JavaScript 100.0%