scrollindojs
v0.1.1
Published
Simple abstraction for scroll interactions.
Downloads
1
Readme
scrollindo.js
Simple abstraction for scroll interactions <3
View a demo <3
Cool things :)
- Less than 1kb
- No dependencies
- UMD support
How to Use?
Install
Use npm:
npm install scrollindojs
or get scrollindo using Download Option.
Add the source before the closing body tag:
<script src="scrollindo.min.js"></script>
</body>
ps: UMD support is available o/
Usage
scrollindo('#selector', 'class')
Development
Automatic Tasks:
$ gulp build
: minify the scrollindo.js.$ gulp serve
: Watch the files to build and start a static server.$ gulp deploy
: Deploy the demo for gh-pages.
Versioning
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Contributing
Find on our issues the next steps of the project ;) Want to contribute? Follow these recommendations.
History
See Releases for detailed changelog.