Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)