Sorry, there is a bug in the compiled code (blame 
http://closure-compiler.appspot.com/home).

This should work:
(function(d){function f(a){var b=a.css("display"),c=a.css
("display","inline").width();a.css("display",b);return 80+a.position
().left+c}function e(a,b,c){return{style:"left:-"+a
+"px;position:relative;text-shadow:"+a+"px 0 "+b+"px "+c+";"}}
d.fn.disassemble=function(){return this.each(function(){var a=d
(this),b=f(a);a.animate({blurRadius:30},{step:function(c){a.attr(e
(b,c,a.css("color")))},duration:800,complete:function(){d(this).hide
("medium")}})})};d.fn.assemble=function(){return this.each(function()
{var a=
d(this),b=f(a);a.attr(e(b,30,a.css("color")));a.animate({blurRadius:
30},{step:function(c){a.attr(e(b,30-Math.round(c),d(this).css
("color")))},duration:1E3})})}})(jQuery);

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=.


Reply via email to