Skip to content

Commit

Permalink
Fix readme type
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Aug 17, 2020
1 parent ff68ee8 commit a1e76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ By default, `$interval ` will run your function every `nth` millisecond when bro
| Property | Description |
| --- | --- |
| `timer` | Timer in milliseconds. |
| `delay` | Delay the first run. N.B. The first run is also relayed by the timer time. |
| `delay` | Delay the first run. N.B. The first run is also delayed by the timer time. |
| `forceInterval` | Ignore the browser animation request mechinism. Default is false |

> ⚠️ We also add a hidden property `autoIntervalTest` that will play/pause the timer depending on it's "truthyness"
Expand Down

0 comments on commit a1e76d2

Please sign in to comment.