Since our team uses animation a lot for creating JavaScript games, we decided to encapsulate one of our frequently used JavaScript classes “spriteAnimation” and have it available for other users. One option was to have it as a jQuery plugin since jQuery is widely used and many developers are comfortable working with it. Creating the plugin was easy since it uses JavaScript extendability features which we have already used before in our internal classes. The plugin is now published at jQuery.com in the Plugins section under the name of “jamalm12″ that is Me! and here is what the plugin does.
Sprite Animation Plugin
JQuery Sprite Animation Plugin
Since our team uses animation a lot for creating JavaScript games, we decided to encapsulate one of our frequently used JavaScript classes “spriteAnimation” and have it available for other users. One option was to have it as a jQuery plugin since jQuery is widely used and many developers are comfortable working with it. Creating the plugin was easy since it uses JavaScript extendability features which we have already used before in our internal classes. The plugin is now published at jQuery.com in the Plugins section under the name of “jamalm12″ that is Me! and here is what the plugin does.
Example
Demo Page
Download
jQuery.spriteAnimation-0.1.0.js
jQuery.spriteAnimation-0.1.0.min.js
Related posts