Skip to content

heshanlk/jquery.parallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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…

About

Yet another simple parallax jQuery plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published