Good JavaScript engine for animating via Sprite Sheets (not in canvas)
Posted
by
N. Taylor Mullen
on Stack Overflow
See other posts from Stack Overflow
or by N. Taylor Mullen
Published on 2012-08-28T03:35:19Z
Indexed on
2012/08/28
3:38 UTC
Read the original article
Hit count: 205
JavaScript
|jQuery
I've looked around a bit for a great JavaScript Sprite Sheet animator lib/engine but couldn't find any good ones so I thought I'd ask around =).
What I'm looking for in the engine is:
- Animate an image in a non-canvas setting (ex: div via css or img tags)
- Control frame rate/animation speed
- Flags to loop or to animate once etc.
Are there any engines like this out there? If not I can always make my own but then again, I don't want to re-invent the wheel =].
© Stack Overflow or respective owner