Skip to content

Commit 4ea61e8

Browse files
committed
add documentation to androidFix config option and bump version to 1.2
closes #5
1 parent 5d6024a commit 4ea61e8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Note that when specifying these options as html data-attributes, you should conv
109109
<td>true</td>
110110
<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>
111111
</tr>
112+
<tr>
113+
<td>androidFix</td>
114+
<td>boolean</td>
115+
<td>true</td>
116+
<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>
117+
</tr>
112118
</tbody>
113119
</table>
114120

Diff for: parallax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* parallax.js v1.1 (http://pixelcog.github.io/parallax.js/)
2+
* parallax.js v1.2 (http://pixelcog.github.io/parallax.js/)
33
* Copyright (c) 2014 PixelCog, Inc.
44
* Licensed under MIT (https://github.com/pixelcog/parallax.js/blob/master/LICENSE)
55
*/

Diff for: parallax.min.js

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

0 commit comments

Comments
 (0)