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
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,46 @@ Each `MotionParticle` child of `MotionParticlesContainer` will move based on mou
38
38
39
39
Negative `motionSpeed` values will move the MotionParticle in the opposite direction of the mouse movement or device movement.
40
40
41
+
You can also use the `MotionParticlesContainer` at the root of your react app and then you can use the `MotionParticle` component anywhere in your app.
0 commit comments