Skip to content

Commit

Permalink
Merge pull request #159 from ibmua/patch-1
Browse files Browse the repository at this point in the history
Less than zero
  • Loading branch information
maxwellito authored Jun 7, 2017
2 parents af8879e + 4bed639 commit 214f8b6
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 @@ -142,7 +142,7 @@ The Vivus constructor asks for 3 parameters:

| Name | Description |
|---------------|---------------------|
| `play(speed, callback)` | Plays the animation with the speed given in parameter. This value can be negative to go backward, between 0 and 1 to go slowly, or superior to 1 to go fast. [Default: `1`]. Callback executed after the animation is finished (optional) |
| `play(speed, callback)` | Plays the animation with the speed given in parameter. This value can be negative to go backward, between 0 and 1 to go slowly, >1 to go faster, or <0 to go in reverse from current state. [Default: `1`]. Callback executed after the animation is finished (optional) |
| `stop()` | Stops the animation. |
| `reset()` | Reinitialises the SVG to the original state: undrawn. |
| `finish()` | Set the SVG to the final state: drawn. |
Expand Down

0 comments on commit 214f8b6

Please sign in to comment.