https://github.com/eightyfour/spriteanimator
https://github.com/eightyfour/spriteanimator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eightyfour/spriteanimator
- Owner: eightyfour
- Created: 2013-04-26T15:45:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T11:49:34.000Z (over 12 years ago)
- Last Synced: 2025-06-06T20:46:32.078Z (12 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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