client/player/development-bundle/ui/minified/jquery.effects.transfer.min.js
changeset 50 1ecfe4720da7
parent 49 af3778eab5e8
child 51 2d6866072851
equal deleted inserted replaced
49:af3778eab5e8 50:1ecfe4720da7
     1 /*
       
     2  * jQuery UI Effects Transfer 1.8.1
       
     3  *
       
     4  * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
       
     5  * Dual licensed under the MIT (MIT-LICENSE.txt)
       
     6  * and GPL (GPL-LICENSE.txt) licenses.
       
     7  *
       
     8  * http://docs.jquery.com/UI/Effects/Transfer
       
     9  *
       
    10  * Depends:
       
    11  *	jquery.effects.core.js
       
    12  */
       
    13 (function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments);
       
    14 b.dequeue()})})}})(jQuery);