Skip to content

Commit 5864794

Browse files
committed
simplify wording for disabled prop
1 parent ab90165 commit 5864794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ The following are all props that can be passed to the `<ParallaxBanner>` compone
125125
| Name | Type | Default | Description |
126126
| ------------- | :-------: | :------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
127127
| **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) |
130130
| **style** | `Object` | | Optionally pass a style object to be added to the outermost parallax banner element. |
131131

132132
### Layers Prop

0 commit comments

Comments
 (0)