# jquery-parallax **Repository Path**: mirrors_jsantell/jquery-parallax ## Basic Information - **Project Name**: jquery-parallax - **Description**: Parallax jQuery plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery.parallax.js ====== A jQuery parallax plugin [View demo](http://weblinc.github.com/jquery-parallax) 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. ```javascript $('.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. * Fix styling in demo for IE6 Contributing --- This project uses [smoosh](https://github.com/fat/smoosh) for compiling, linting.