jquery-sprite gives you the ability to animate over a traditional 1D or 2D sprite sheet. Great for playing animations exported out from 3D software or videos converted to a sprite sheet. This allows smaller file sizes than an animated gif, plus control over speed and play methods (once, bouce, or loop) at runtime.
All of the examples on this page use this walk cycle for reference: walk-cycle.png
Copyright © 2011, Matt Robenolt
Licensed under the MIT license.
Matt Robenolt (@mattrobenolt)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/mattrobenolt/jquery-sprite-plugin