Skip to content

Commit be6d7f6

Browse files
committed
include documentation for overScrollFix option added in 87fdf0d
1 parent 3fbf5db commit be6d7f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ Note that when specifying these options as html data-attributes, you should conv
123123
<td>true</td>
124124
<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>
125125
</tr>
126+
<tr>
127+
<td>overScrollFix</td>
128+
<td>boolean</td>
129+
<td>false</td>
130+
<td>(Experimental) If true, will freeze the parallax effect when "over scrolling" in browsers like Safari to prevent unexpected gaps caused by negative scroll positions.</td>
131+
</tr>
126132
</tbody>
127133
</table>
128134

0 commit comments

Comments
 (0)