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
React hooks and components to create parallax scroll effects for banners, images or any other DOM elements. Utilizes [Parallax Controller](https://github.com/jscottsmith/parallax-controller) to add vertical or horizontal scrolling based effects to elements. [Optimized](https://parallax-controller.vercel.app/docs/performance) to _reduce_ jank on scroll and works with SSR and SSG rendered React apps.
10
10
11
-
Get started by **creating a new site**.
12
-
13
-
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
14
-
15
-
## Generate a new site
16
-
17
-
Generate a new Docusaurus site using the **classic template**:
18
-
19
-
```shell
20
-
npm init docusaurus@latest my-website classic
21
-
```
22
-
23
-
## Start your site
24
-
25
-
Run the development server:
26
-
27
-
```shell
28
-
cd my-website
29
-
30
-
npx docusaurus start
31
-
```
32
-
33
-
Your site starts at `http://localhost:3000`.
34
-
35
-
Open `docs/intro.md` and edit some lines: the site **reloads automatically** and displays your changes.
11
+
If you're coming from [V2](https://github.com/jscottsmith/react-scroll-parallax/tree/v2.4.2), here's a [migration guide](https://github.com/jscottsmith/react-scroll-parallax/blob/master/docs/migration-guide.md).
0 commit comments