web/wp-includes/js/jquery/ui/jquery.effects.fade.min.js
changeset 194 32102edaa81b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
       
     1 /*! jQuery UI - v1.8.20 - 2012-04-30
       
     2 * https://github.com/jquery/jquery-ui
       
     3 * Includes: jquery.effects.fade.js
       
     4 * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
       
     5 (function(a,b){a.effects.fade=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery);