Skip to content

Commit

Permalink
* performance improvements
Browse files Browse the repository at this point in the history
* jquery 3 compatibility
* readme updates
* added package.json
* functionality to select mirror container
  • Loading branch information
wstoettinger committed Oct 10, 2017
1 parent 79d34d3 commit 1d15496
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ bower i --save parallax.js

### Setup

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

```html
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallax.js",
"version": "1.4.2",
"version": "1.5.0",
"homepage": "http://pixelcog.com/parallax.js/",
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-parallax.js",
"version": "1.4.3",
"version": "1.5.0",
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
"main": "parallax.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion parallax.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* parallax.js v1.4.2 (http://pixelcog.github.io/parallax.js/)
* parallax.js v1.5.0 (http://pixelcog.github.io/parallax.js/)
* @copyright 2016 PixelCog, Inc.
* @license MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
*/
Expand Down
4 changes: 2 additions & 2 deletions parallax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d15496

Please sign in to comment.