Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcanoni committed Apr 23, 2023
1 parent 51ba2e2 commit 03a78e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ API

### Props

| Prop | Type | Default | Description |
| :----------------- |:-------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------|
| `words` | array | `['React Anagram Animation', 'Magenta Raincoat Airman']` | An array containing exactly 2 words which are an anagram of each other. |
| `animationOptions` | object | `AnimationOptions` | Timing options for when to start, how fast to animate forwards, backwards, and when to loop (optional). |
| `fontToObserve` | string | | The name of an embedded font to wait until loaded. If not specified, animation will loaded immediately (optional). |
| Prop | Type | Default | Description |
| :----------------- |:-------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------|
| `words` | array | `['React Anagram Animation', 'Magenta Raincoat Airman']` | An array containing exactly 2 words which are an anagram of each other. |
| `animationOptions` | object | `AnimationOptions` | Timing options for when to start, how fast to animate forwards, backwards, and when to loop (optional). |
| `fontToObserve` | string | | The name of an embedded font to wait until loaded. If not specified, animation will be loaded immediately (optional). |

#### AnimationOptions

Expand Down

0 comments on commit 03a78e2

Please sign in to comment.