Skip to content

weblinc/jquery-parallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.