This package has been deprecated

Author message:

no longer utilizing this module

properjs-scroll2

0.2.0 • Public • Published

scroll2

A basic scrollto function without all the fuss.

Installation

npm install properjs-scroll2 --save-dev

Usage

var scroll2 = require( "properjs-scroll2" );
 
// Scroll vertical
scroll2({
    y: 1000,
    ease: Easing.easeOutCubic,
    duration: 600
});
 
// Scroll horizontal
scroll2({
    x: 1000,
    ease: Easing.easeOutCubic,
    duration: 600
});

Package Sidebar

Install

npm i properjs-scroll2

Weekly Downloads

0

Version

0.2.0

License

none

Last publish

Collaborators

  • kitajchuk