PaulyWolly / jquery-parallax

Parallax jQuery plugin

Home Page:http://weblinc.github.com/jquery-parallax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.parallax.js

A jQuery parallax plugin

Tested in IE6-9, Chrome, Firefox 3.6, 12, Safari

Options

  • speed: multiplier at which the rate of the selected elements scroll (default: 1)
  • axis: axis on which the selected elements scroll. Takes a string of 'x' or 'y' (default: 'x')

Example

Turns parallax on two layers on the Y-axis at different speeds.

  $('.layer1').parallax({ speed: 0.5, axis: 'y' });
  $('.layer2').parallax({ speed: 0.3, axis: 'y' });

TODO

  • Implement start/stop positions for parallax to trigger on and off.

Contributing

This project uses smoosh for compiling, linting.

About

Parallax jQuery plugin

http://weblinc.github.com/jquery-parallax

License:MIT License


Languages

Language:JavaScript 68.2%Language:HTML 31.0%Language:Makefile 0.8%