Refer to the my blog for more details.
- jQuery (Tested with jQuery 1.7)
- (Optional) jQuery Mouse Wheel (Only if your using a div wrapped with another div with overflow:scroll and fixed width)
$('YOUR ELEMENT').parallax(3);
// 3 is the transition speed. 1 is default speed so you can set .01 to any height value. Less than 1 will be quite browser intensive.
Note : If you want to use with Mouse Wheel use jquery.parallax-mousewheel.js file.
TODO