We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23beb51 commit 4c7fb23Copy full SHA for 4c7fb23
docs/parallax-component.md
@@ -61,6 +61,7 @@ The following are all props that can be passed to the `<Parallax>` component:
61
| **scaleX** | `number[]` | | Start and end scale on x-axis. |
62
| **scaleY** | `number[]` | | Start and end scale on y-axis. |
63
| **scaleZ** | `number[]` | | Start and end scale on z-axis. |
64
+| **opacity** | `number[]` | | Start and end opacity value. |
65
| **className** | `string` | | Optionally pass additional class names to be added to the outermost parallax element. |
66
| **disabled** | `boolean` | `false` | Disables parallax effects on individual elements when `true`. |
67
| **styleInner** | `object` | | Optionally pass a style object to be added to the innermost parallax element. |
0 commit comments