Commit 4ea61e88 authored by Mike Greiling's avatar Mike Greiling
Browse files

add documentation to androidFix config option and bump version to 1.2

closes #5
No related merge requests found
Showing with 8 additions and 2 deletions
+8 -2
......@@ -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>
......
/*!
* 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)
*/
......
/*!
* 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)
*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment