KO
|
EN
gitlite — search
Search
#python
#hacktoberfest
#hacktoberfest2021
#javascript
#java
#machine-learning
#hacktoberfest-accepted
#typescript
#jupyter-notebook
#python3
#nodejs
#cpp
jquery-parallax
★ 67
Open GitHub ↗
Parallax jQuery plugin
Download README (.md)
Explore Similar Repositories
QR_STENCILER
:
QR Code Stenciler, built in Processing 1.5.1+
SolrMongoImporter
:
MongoDb plugin for Solr Data Import
djangotodos
:
Backbone.js with Django
ucengine
:
U.C.Engine is a pubsub server with persistence. You can build realtime applications or integrate realtime features to existing applications.
umassthesis
:
Unofficial UMass thesis style files for use with LaTeX
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jquery-parallax
?
Download (.md)
jquery.parallax.js ====== A jQuery parallax plugin * [View horizontal demo](http://weblinc.github.com/jquery-parallax) * [View vertical demo](http://weblinc.github.com/jquery-parallax/vertical.htm) 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. Contributing --- This project uses [smoosh](https://github.com/fat/smoosh) for compiling, linting.