解决方法
对于这个答案可能有点晚了,但无论如何……
$.fx.step.textShadowBlur = function(fx) { $(fx.elem).css({textShadow: '0 0 ' + Math.floor(fx.now) + 'px black'}); }; $(el).css({textShadowBlur:20}) .animate({textShadowBlur:1},{duration: 1000});
这在这里有更详细的描述:
http://usefulthink.com/2010-12/animating-text-shadow-using-jquery
其他一些方法可以在这里找到:
http://forum.jquery.com/topic/let-s-animate-text-shadow