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

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

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`