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: docs/parallax-component.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ The following are all props that can be passed to the `<Parallax>` component:
64
64
|**tag**|`string`|`div`| HTML element tag name to be applied to the outermost parallax element. |
65
65
|**innerTag**|`string`|`div`| HTML element tag name to be applied to the innermost parallax element. |
66
66
|**shouldStartAnimationInitialInView**|`boolean`|`false`| Will start the animation at initial element position if the element is positioned inside the view when scroll is at zero. |
67
+
|**startScroll**|`number`|| Scroll top value to begin the animation. When provided along with `endScroll` relative scroll values will be ignored. |
68
+
|**endScroll**|`number`|| Scroll top value to end the animation. When provided along with `startScroll` relative scroll values will be ignored. |
0 commit comments