I want to extend the animate function of jquery to support the CSS box shadow-property which can animate the color, the x- and y-offset, the blur-radius and spread-radius.How is it possible?
A:
You can not animate the colors with animate
, you need the jQuery Color plugin in order to do that.
Sarfraz
2010-07-19 13:14:19
@sAc thanks for answer but after my some research i found the following one usefulhttp://plugins.jquery.com/files/jquery.animate-shadow.js_0.txt
Kumod
2010-07-19 13:28:53