From f0a16bf2a4d1524aa33b656533e37d977cca4802 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Tue, 1 Nov 2011 12:25:12 +0900 Subject: Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. --- core/misc/ui/jquery.effects.transfer.min.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/misc/ui/jquery.effects.transfer.min.js (limited to 'core/misc/ui/jquery.effects.transfer.min.js') diff --git a/core/misc/ui/jquery.effects.transfer.min.js b/core/misc/ui/jquery.effects.transfer.min.js new file mode 100644 index 00000000000..0addaa8bb21 --- /dev/null +++ b/core/misc/ui/jquery.effects.transfer.min.js @@ -0,0 +1,15 @@ + +/* + * jQuery UI Effects Transfer 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Transfer + * + * Depends: + * jquery.effects.core.js + */ +(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('
').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); +b.dequeue()})})}})(jQuery); -- cgit v1.2.3