ios-parallax
v1.0.1
Published
A simple jQuery plugin that reproduces the moving background parallax effect in iOS using only HTML, CSS, and JS
Downloads
2
Maintainers
Readme
Simple iOS Parallax Effect
A simple jQuery plugin that reproduces the moving background parallax effect in iOS using only HTML, CSS, and JS
Example Usage
Demos
Installation
- TODO: Add on npm and bower
Browser Compatibility
No formal testing done yet. Works on modern browsers such as Chrome and Firefox.
License
See the LICENSE file for license rights and limitations (MIT).
Contribute
If you would like to contribute, please read contributing.md for more info
Style
We're using the Google ES6 Javascript Style Guide
Notes
- If you're defining the background-image property in a separate css file, make sure the CSS file is loaded before calling
$.iosParallax();
TODO
- How to use
- Determine browser compatibility
- Add to NPM