Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5864794

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /