Skip to content

Commit

Permalink
add documentation to androidFix config option and bump version to 1.2
Browse files Browse the repository at this point in the history
closes #5
  • Loading branch information
mikegreiling committed Nov 16, 2014
1 parent 5d6024a commit 4ea61e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ Note that when specifying these options as html data-attributes, you should conv
<td>true</td>
<td>iOS devices are incompatable with this plugin. If true, this option will set the parallax image as a static, centered background image whenever it detects an iOS user agent. Disable this if you wish to implement your own graceful degradation.</td>
</tr>
<tr>
<td>androidFix</td>
<td>boolean</td>
<td>true</td>
<td>If true, this option will set the parallax image as a static, centered background image whenever it detects an Android user agent. Disable this if you wish to enable the parallax scrolling effect on Android devices.</td>
</tr>
</tbody>
</table>

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.1 (http://pixelcog.github.io/parallax.js/)
* parallax.js v1.2 (http://pixelcog.github.io/parallax.js/)
* Copyright (c) 2014 PixelCog, Inc.
* Licensed under MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion parallax.min.js

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

0 comments on commit 4ea61e8

Please sign in to comment.