Skip to content

Commit 1d15496

Browse files
committed
* performance improvements
* jquery 3 compatibility * readme updates * added package.json * functionality to select mirror container
1 parent 79d34d3 commit 1d15496

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ bower i --save parallax.js
2828

2929
### Setup
3030

31-
Include `parallax.min.js` in your document after including jQuery.
31+
Include `parallax.min.js` in your document after including jQuery (compatible with jQuery >= 1.7).
3232

3333
```html
3434
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallax.js",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"homepage": "http://pixelcog.com/parallax.js/",
55
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
66
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-parallax.js",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
55
"main": "parallax.min.js",
66
"scripts": {

parallax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* parallax.js v1.4.2 (http://pixelcog.github.io/parallax.js/)
2+
* parallax.js v1.5.0 (http://pixelcog.github.io/parallax.js/)
33
* @copyright 2016 PixelCog, Inc.
44
* @license MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
55
*/

parallax.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)