You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The `ParallaxScrollView` component adds a few additional properties, as describe
102
102
| Property | Type | Required | Description |
103
103
| -------- | ---- | -------- | ----------- |
104
104
|`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. |
106
106
|`contentBackgroundColor`|`string`| No | This is the background color of the content. (Defaults to `'#fff'`) |
107
107
|`fadeOutForeground`|`bool`| No | If `true`, the foreground will fade out as the user scrolls up. (Defaults to `true`) |
108
108
|`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