Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 489 Bytes

Moving.md

File metadata and controls

13 lines (8 loc) · 489 Bytes

title: Animate Position Tutorial

How to animate movement with Konva?

To animate a shape's position with Konva, we can create a new animation with Konva.Animation which modifies the shape's position with each animation frame.

For a full list of attributes and methods, check out the Konva.Animation documentation.

{% iframe /downloads/code/animations/Moving.html %}

{% include_code Konva Animate Position Demo animations/Moving.html %}