css-scroll-by

v0.0.0
Scroll the page by a given offset using CSS transitions
scrollTo scrollBy scroll css transition margin dom browser

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

Metadata

  • MIT
  • Whatever
  • Matt McKegg
  • released 12/9/2013

Downloads

Maintainers