Skip to content

Commit

Permalink
Fix minor error in API docs of draw
Browse files Browse the repository at this point in the history
  • Loading branch information
beegan authored and Conduitry committed Sep 21, 2019
1 parent 1baf78b commit 4444700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/03-run-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ out:draw={params}

Animates the stroke of an SVG element, like a snake in a tube. `in` transitions begin with the path invisible and draw the path to the screen over time. `out` transitions start in a visible state and gradually erase the path. `draw` only works with elements that have a `getTotalLength` method, like `<path>` and `<polyline>`.

`scale` accepts the following parameters:
`draw` accepts the following parameters:

* `delay` (`number`, default 0) — milliseconds before starting
* `speed` (`number`, default undefined) - the speed of the animation, see below.
Expand Down

0 comments on commit 4444700

Please sign in to comment.