Skip to content

Commit

Permalink
Merge b5332bd into 8168906
Browse files Browse the repository at this point in the history
  • Loading branch information
cdtinney committed May 14, 2020
2 parents 8168906 + b5332bd commit 7712c36
Show file tree
Hide file tree
Showing 3 changed files with 6,149 additions and 4,773 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export default function FooComponent() {
| ------------- | ----------------- | -------------------------------------- | ---------------------------------------------- |
| `speed` | `Number` | 0.04 | Movement speed, in pixels/millisecond. |
| `delay` | `Number` | 3000 | Time until animation begins, in milliseconds. |
| `direction` | `"right"||"left"` | `"right"` | Horizontal direction. |
| `direction` | `String` (`"right"||"left"`) | `"right"` | Horizontal direction. |
| `childMargin` | `Number` | 10 | Horizontal margin between children, in pixels. |
| `children` | React node | Children to render within the marquee. |
| `children` | React node | None | Children to render within the marquee. |

## Developing

Expand Down
Loading

0 comments on commit 7712c36

Please sign in to comment.