Skip to content

Commit

Permalink
update - pause / resume in README
Browse files Browse the repository at this point in the history
  • Loading branch information
camoconnell committed Sep 12, 2015
1 parent 1c7c6b3 commit 38e8f94
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,16 @@ $('#demo').lazylinepainter('paint');
$('#demo').lazylinepainter('erase');
```
**Pause / Resume** <br>
*pauseResume path animation* <br>
**Pause** <br>
*Pause path animation* <br>
```js
$('#demo').lazylinepainter('pauseResume');
$('#demo').lazylinepainter('pause');
```
**Resume** <br>
*Resume path animation* <br>
```js
$('#demo').lazylinepainter('resume');
```
**Set** <br>
Expand Down

0 comments on commit 38e8f94

Please sign in to comment.