Animiated drawing line

Hello,

is it possible to create with ionic an animated line, something like this:

image

I think it can be done by the web animations api, but I don’t try it at the moment.

Your best bet would probably be to use an HTML5 canvas to achieve this, here’s an example:

http://jsfiddle.net/m1erickson/7faRQ/

1 Like