How to apply canvas animations with vue and konva? 获取Konva最新的信息 Navigate... Intro Basic shapes Custom shape Events Images Filters Save/Load Drag and Drop Transformer Simple Animations Cache 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.