Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IanLunn/jQuery-Parallax
**NO LONGER MAINTAINED** Used to recreate the Nike Better World parallax effect
https://github.com/IanLunn/jQuery-Parallax
Last synced: 3 months ago
JSON representation
**NO LONGER MAINTAINED** Used to recreate the Nike Better World parallax effect
- Host: GitHub
- URL: https://github.com/IanLunn/jQuery-Parallax
- Owner: IanLunn
- Archived: true
- Created: 2011-10-19T13:21:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T02:55:28.000Z (over 8 years ago)
- Last Synced: 2024-07-18T22:12:58.670Z (4 months ago)
- Language: CSS
- Homepage: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/
- Size: 1.28 MB
- Stars: 1,526
- Watchers: 129
- Forks: 508
- Open Issues: 16
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
jQuery Parallax
===============jQuery Parallax is a script that simulates the parallax effect as seen on [nikebetterworld.com](http://www.nikebetterworld.com/).
Plugin: jQuery Parallax
Version: 1.1.3
Author: [Ian Lunn](http://www.ianlunn.co.uk/)
Twitter: [@IanLunn](http://www.twitter.com/IanLunn)
Demo: [jQuery Vertical Parallax Demo](http://www.ianlunn.co.uk/plugins/jquery-parallax/)
Tutorial: [Nikebetterworld Parallax Effect Demo](http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/)Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.htmlUpdates
-------12/6/2012 - Fixed a few demo bugs and made easier to use
- Fixed a bug that prevented the third section from working
- Removed the need to use the adjuster value8/5/2012 - Fixed height/outerHeight parameter
- Smoother effect when scrolling
- Fixed positioning with scaled backgrounds
- Reduced code
- Now passes jsl 0.3.0 without warnings26/10/2011 - Updated to work with jQuery 1.6.4