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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ Provides a React component and single global passive scroll listener to add **ve
10
10
11
11
## Usage
12
12
13
+
Install
14
+
15
+
```
16
+
npm i react-scroll-parallax
17
+
```
18
+
13
19
Import `ParallaxScrollListener` on the client side. This will self invoke and create the **global**`ParallaxScrollListener` which will handle updating all parallax elements on scroll.
0 commit comments