Skip to content

Files

Latest commit

 

History

History
33 lines (22 loc) · 480 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 480 Bytes

scrollme

A jQuery plugin for adding simple scrolling effects to web pages.

This is fork of https://github.com/nckprsn/scrollme

Install

npm install scrollme@git@github.com:JediFE/scrollme.git

Init

window.scrollme.init()

Destroy

window.scrollme.destroy_elements()

And init again after destroyed:

window.scrollme.init_elements();
window.scrollme.on_resize();

Demo and usage guide: http://scrollme.nckprsn.com