To create an animated sprite with KineticJS, we can instantiate a Kinetic.Sprite() object. Sprites are most commonly used to animate game components that require predefined animation frames. For a full list of attributes and methods, check out the Kinetic.Sprite documentation.
Code Editor
Modified on May 17th, 2013
by Eric Rowell