Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

gameQuery 0.3.0-beta-1


Download: jquery.gamequery.js_2.txt
Size: 24.87 KB
md5_file hash: e31ef98a26d9df5eb5307050c877721b
First released: July 1, 2009 - 4:12am
Last updated: July 1, 2009 - 4:12am
  • feature: multi-animations, an image can now contain more than one animation side by side. You can pass from on to another by passing an integer to the setAnimation function. (see setAnimation documentation for usage)
  • feature: preliminary support for zoom and rotation using css transform. This should work with firefox 3.5, safari 3.1, chrome. A fall back using filter for IE is there. Keep in mind that for now the collision detection won't work properly with transformed element. (see rotate() and scale() documentation for usage)