konvajs / ng2-konva

Angular & Canvas - JavaScript library for drawing complex canvas graphics using Angular.
http://rafaelescala.com/ng2-konva/
119 stars 33 forks source link

Animations #16

Open ghost opened 6 years ago

ghost commented 6 years ago

Is it possible to do animations like such: https://konvajs.github.io/docs/animations/Create_an_Animation.html

I see sprites do support animation but I need to animate a line which doesn't extend it from what I can tell. Thanks.