1.0.4 • Published 5 years ago

pagewheelz v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago