Skip to content

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin

License

Notifications You must be signed in to change notification settings

pixelcog/parallax.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallax.js

Simple parallax scrolling implemented as a jQuery plugin.
https://pixelcog.com/parallax.js/

Please also check our v2.0.0-alpha! We'd be happy to receive your feedback!

ATTENTION: please use the issue tracker for bug reports and feature requests ONLY! For questions and topics which go along the lines "I cannot get this to work" please turn to stackoverflow.com for help and use the tag parallax.js. Thank you for your understanding!

Installation

NPM

npm i --save jquery-parallax.js

Yarn

yarn add jquery-parallax.js

Bower

Please note that although Bower is still maintained, they recommend Yarn for new projects.

$ bower i --save parallax.js

Setup