How to draw a curved arrow with HTML5 and animate it

My goal is to create a curved arrow like this on html5 canvas:

curved dashed arrow

I found several resources on how to draw lines, but none of them seem to work. I also found a link to https://stackoverflow.com/a/166269/212 .

In addition, is it possible to revive it on hover to expand the arrow using the elastic effect?

+3
source share
2 answers
+5

, SVG CSS3, .

-3

All Articles