https://github.com/ohager/parallax-js
Automatically exported from code.google.com/p/parallax-js
https://github.com/ohager/parallax-js
Last synced: about 1 month ago
JSON representation
Automatically exported from code.google.com/p/parallax-js
- Host: GitHub
- URL: https://github.com/ohager/parallax-js
- Owner: ohager
- Created: 2015-08-13T12:56:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T13:26:22.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T03:44:16.654Z (over 1 year ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This project is about a tiny jQuery extension/plugin for a retro-style parallax scroller.
The scroller provides the follwing features:
* self containing (only .js is needed)
* easy to use
* overwrite default translation functions
* as many layers as the client endures
* good performance
_Example:_
```
PARALLAX SCROLLER
$(function() {
$(".scroller").parallax();
});
```
To get the latest version just point to the highest number in the tags directory, e.g.
`http://parallax-js.googlecode.com/svn/tags/3/js/jquery.parallax.min.js`