views:

20

answers:

1

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
@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