GDkit
Recently, when I was playing with Google Desktop SDK, an idea of a third party JavaScript library came in to my mind; which made myself to code a small JavaScript class with some reusable features.
That small JavaScript got wings and is hosted on Google Code. ;)
Checkout the newest project GDkit. It's a JavaScript library for Google Desktop Gadget developers. It's an easy way to add several cool features to your gadgets.
We released a BETA version (1.0) of the first GDkit library : Effects. The main goal is to create some wrapper classes where developers can wrap basic elements.
The example use of the 'Effects' library:
var ani = new Animation(elementX);Will add fade out effect to the element named 'elementX'.
ani.setDuration(3000);
ani.fadeOut();
We are really looking forward to provide some other useful libraries as well. Whilst the 'Effects' library is getting improved GDkit developers are working on another new library called 'Widgets', which is to be released in near future.
Your comments & feedbacks always keep us alive !
Cheers!
[ GDkit is a free software released under GNU General Public License v3 ]




Sound of Code - Desktop

