Skip to content

Commit 4860f90

Browse files
committed
remove old prop from docs
1 parent 04aca27 commit 4860f90

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,12 @@ The following are all props that can be passed to the `<ParallaxBanner>` compone
151151

152152
The `layers` prop takes an array of objects that will represent each image (or custom children) of the parallax banner. The following properties describe a layer object:
153153

154-
| Name | Type | Default | Description |
155-
| -------------------- | :-------: | :------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
156-
| **amount** | `Number` | | A value from `-1` to `1` that represents the vertical offset to be applied to the current layer, `0.1` would equal a `10%` offset on the top and bottom. |
157-
| **children** | `Element` | | Custom layer children provided as a React element, for example `<Video />` |
158-
| **expanded** | `Boolean` | `true` | Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
159-
| **image** | `String` | | Image source that will be applied as a CSS background image on the layer. |
160-
| **slowerScrollRate** | `Number` | | Indicates whether the layer should move faster or slower than the default rate of scroll. |
154+
| Name | Type | Default | Description |
155+
| ------------ | :-------: | :------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
156+
| **amount** | `Number` | | A value from `-1` to `1` that represents the vertical offset to be applied to the current layer, `0.1` would equal a `10%` offset on the top and bottom. |
157+
| **children** | `Element` | | Custom layer children provided as a React element, for example `<Video />` |
158+
| **expanded** | `Boolean` | `true` | Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
159+
| **image** | `String` | | Image source that will be applied as a CSS background image on the layer. |
161160

162161
## \<ParallaxProvider>
163162

0 commit comments

Comments
 (0)