Skip to main content

Simple_Animations

title: How to apply canvas animations with vue and konva? layout: vue_page


Konva itself has two methods for animations Tween and Animation. You can apply both of them to nodes manually.

For simple use cases we recommend to use node.to() method.

Instructions: Try to move a rectangle.