File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ The following are all props that can be passed to the `<ParallaxBanner>` compone
125
125
| Name | Type | Default | Description |
126
126
| ------------- | :-------: | :------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
127
127
| ** className** | ` String ` | | Optionally pass additional class names to be added to the outermost parallax banner element. |
128
- | ** disabled** | ` Boolean ` | ` false ` | Determines if the components internal parallax layers will have parallax offsets applied. |
129
- | ** layers** | ` Array ` | | A required ` Array ` of ` Objects ` with correct layer properties: ` [{ amount: 0.1, image: 'foo.jpg', slowerScrollRate: false }] ` . [ See layers prop below] ( #layers-prop ) |
128
+ | ** disabled** | ` Boolean ` | ` false ` | Determines if the internal parallax layers will have offsets applied. |
129
+ | ** layers** | ` Array ` | | A required ` Array ` of ` Objects ` with layer properties: ` [{ amount: 0.1, image: 'foo.jpg', slowerScrollRate: false }] ` . [ See layers prop below] ( #layers-prop ) |
130
130
| ** style** | ` Object ` | | Optionally pass a style object to be added to the outermost parallax banner element. |
131
131
132
132
### Layers Prop
You can’t perform that action at this time.
0 commit comments