@wearejust/scroll

1.0.7 • Public • Published

Scroll

Installation

npm install @wearejust/scroll --save-dev

Usage

var Scroll = require('@wearejust/scroll');

$(function() {
    Scroll.init();
});

With options

var Scroll = require('@wearejust/scroll');

$(function() {
    Scroll.init({
		active: 'active',
		delay: 200,
		delayHorizontal: 50,
		gap: 0.1,
		parseOnInit: true,
		priority: 'scroll-priority',
		selector: '.scroll'
    });
});

Readme

Keywords

Package Sidebar

Install

npm i @wearejust/scroll

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

8.83 kB

Total Files

5

Last publish

Collaborators

  • just_pieter-bas
  • cees.vanegmond