Andrew H
Andrew H

Reputation: 677

How do I animate drawing a line in Javascript

I am trying to animate the drawing of a simple line from one point within an html element to another. The animation should be slightly slow (maybe taking like one second to reach the second point, but also customizable). I have been searching for the last couple of hours and have yet to find a single javascript library that does this for you. Anyone found or know of anything for this? Thanks,

Upvotes: 0

Views: 2295

Answers (1)

sTodorov
sTodorov

Reputation: 5461

Check out this javascript library. There are also some examples in there

Hope it helps

Upvotes: 1

Related Questions