To animate a shape's position with KineticJS, we can create a new animation with Kinetic.Animation which modifies the shape's position with each animation frame.
Code Editor
Modified on April 9th, 2013
by Eric Rowell
To animate a shape's position with KineticJS, we can create a new animation with Kinetic.Animation which modifies the shape's position with each animation frame.