Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jscottsmith committed Jan 12, 2020
1 parent 5918ad6 commit 006886e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -147,6 +147,7 @@ The `layers` prop takes an array of objects that will represent each image (or c
| **children** | `Element` | | Custom layer children provided as a React element, for example `<Video />` |
| **expanded** | `Boolean` | `true` | Indicate if the layer should be expanded with negative top/bottom margins so the edges will never be visible. |
| **image** | `String` | | Image source that will be applied as a CSS background image on the layer. |
| **props** | `Object` | | Props to apply to the layer element. Example: `{ props: style: { background: 'red' }}` |

## \<ParallaxProvider>

Expand Down

0 comments on commit 006886e

Please sign in to comment.