An open API service indexing awesome lists of open source software.

https://github.com/eightyfour/spriteanimator


https://github.com/eightyfour/spriteanimator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

spriteAnimator
==============

Simple js which animates some graphics on a sprite

``` html


#animatorDiv {
background: url('useYourOwnSprite.png');
}





var animateSprite = new Animator(positionJSONExample);
animateSprite.run( $('#animatorDiv'),['blink','blinkAndWatch','jump','win'],function(){
console.log('success animation');
} );

```

TODO: remove jQuery