Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 877 Bytes

jQuery.parallax

Yet another simple and customizable parallax plugin which support, mousewheel scrool and container.

Refer to the my blog for more details.

Dependencies

  • 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)

Usage

$('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.

Demo & Examples

TODO

Thanks to…