Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixzii/scroll.js
An extremely small but awesome javascript library for web developer.
https://github.com/unixzii/scroll.js
Last synced: 15 days ago
JSON representation
An extremely small but awesome javascript library for web developer.
- Host: GitHub
- URL: https://github.com/unixzii/scroll.js
- Owner: unixzii
- Created: 2015-06-30T08:53:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T10:32:13.000Z (about 9 years ago)
- Last Synced: 2023-05-13T23:45:41.042Z (over 1 year ago)
- Language: JavaScript
- Size: 527 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scroll.js
An extremely small but awesome javascript library for web developer.## Feature
1. Provide you with Safari scrolling experience on Mac.
2. Optimized algorithm that makes scrolling more natural.
3. Full frame performance.
4. Ignorable size of the js file,just 1kb(gziped).## How to use
Simply import the `scroll.js`(or `scroll.min.js`) file into your `head` tag,just like this:
```html```
## Demonstrate
You can visit this demo on CodePen:
[Scroll.js - CodePen](http://codepen.io/cyandev/pen/mJpgKX)