Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanseddon/60fps-scroll
Deprecated - A little library that *could* make your site scroll faster
https://github.com/ryanseddon/60fps-scroll
Last synced: 13 days ago
JSON representation
Deprecated - A little library that *could* make your site scroll faster
- Host: GitHub
- URL: https://github.com/ryanseddon/60fps-scroll
- Owner: ryanseddon
- License: mit
- Created: 2013-12-16T09:45:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T23:17:28.000Z (about 9 years ago)
- Last Synced: 2024-10-16T12:36:38.647Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 213
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated!
## Why?
Chrome has released a fix that stops mouse events from firing when scrolling so you don't need this lib any more. See Chrome [status page](https://www.chromestatus.com/feature/5697181675683840).
60fps-scroll
============A little library that *could* make your site scroll faster.
## Bower
60fps-scroll can be installed from [Bower](http://twitter.github.com/bower/) using the following command:
```bash
$ bower install 60fps-scroll
```## Usage
To use just include at the bottom of your page or bundle with your scripts in a build process. The library will automatically handle everything else.
## Context
For some context on why you may want to use this checkout my article: [A follow up to obtaining 60fps scrolling performance](http://www.thecssninja.com/javascript/follow-up-60fps-scroll)
## License
Copyright 2013, Ryan Seddon
This content is released under the MIT license
http://ryanseddon.mit-license.org