Hello everybody,

I have created a plugin to jQuery that add ability to do HSL colors
animation on your document.
If you have ever wanted to do animations such as
$('h1').animate({color: 'hsl(128,70%,20%)'});
or even
$('body').animate({backgroundColor: hsl(+=0,+=0%,+=50%)});
$('h1').animate({color: 'hsl(-=200,+=40%,20%)'});
Now you can !

I'm searching for beta-testers/code-reviewers to help me improve this
extension.
the extension page: http://plugins.jquery.com/project/ctzC
A demonstration of the plugin: http://www.lrbabe.com/#Hue_vary_every_15_seconds

Regards,
Louis-RĂ©mi BABE

Reply via email to