0.1.0 • Published 10 years ago

css-scroll-by v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

css-scroll-by

Scroll the page by a given offset using CSS transitions

Manipulates the margin-top and margin-left style properties, then when the animation is complete, removes the margins, and moves the window scroll directly.

NPM

API

var scrollBy = require('css-scroll-by')

scrollBy(offset, duration)

offset can be a number (representing Y scroll) or an array containing x,y offset.

duration is the number of milliseconds the animation should take to complete.

Example

$ npm install beefy -g
$ npm run example