https://github.com/zombiqwerty/jquery.parallax
Nice parallax plugin
https://github.com/zombiqwerty/jquery.parallax
Last synced: 9 months ago
JSON representation
Nice parallax plugin
- Host: GitHub
- URL: https://github.com/zombiqwerty/jquery.parallax
- Owner: zombiQWERTY
- Created: 2014-07-27T11:39:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T11:47:30.000Z (almost 12 years ago)
- Last Synced: 2025-01-08T19:15:35.507Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jquery.parallax
===============
Nice parallax plugin
You can call my plugin like that:
$(".parallax").parallax('0.5', 'background');
Plugin has two types: background parallax and block parallax
Example styling:
.parallax {
background: url(../images/space.jpg);
background-size: cover;
background-position: 0 0;
width: 100%;
height: 540px;
}