Skip to content

Commit 11565aa

Browse files
authored
Merge pull request #103 from JK0N/master
backgroundSpeed is actually backgroundScrollSpeed
2 parents 5feef59 + 379818e commit 11565aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The `ParallaxScrollView` component adds a few additional properties, as describe
102102
| Property | Type | Required | Description |
103103
| -------- | ---- | -------- | ----------- |
104104
| `backgroundColor` | `string` | No | The color of the header background. Defaults to `#000`) |
105-
| `backgroundSpeed` | `number` | No | The speed factor that the background moves at relative to the foreground. Defaults to 5. |
105+
| `backgroundScrollSpeed` | `number` | No | The speed factor that the background moves at relative to the foreground. Defaults to 5. |
106106
| `contentBackgroundColor` | `string` | No | This is the background color of the content. (Defaults to `'#fff'`) |
107107
| `fadeOutForeground` | `bool` | No | If `true`, the foreground will fade out as the user scrolls up. (Defaults to `true`) |
108108
| `onChangeHeaderVisibility` | `func` | No | A callback function that is invoked when the parallax header is hidden or shown (as the user is scrolling). Function is called with a `boolean` value to indicate whether header is visible or not. |

0 commit comments

Comments
 (0)