diff options
author | Nathaniel <catch@35733.no-reply.drupal.org> | 2011-11-01 12:25:12 +0900 |
---|---|---|
committer | Nathaniel <catch@35733.no-reply.drupal.org> | 2011-11-01 12:25:12 +0900 |
commit | f0a16bf2a4d1524aa33b656533e37d977cca4802 (patch) | |
tree | 26bd67dad05b2c304c5650d9ac6b31a611102f6b /core/misc/ui/jquery.effects.fade.min.js | |
parent | 3629b1fd8bd14cae233ac89b6349d251fe4fb27e (diff) | |
download | drupal-f0a16bf2a4d1524aa33b656533e37d977cca4802.tar.gz drupal-f0a16bf2a4d1524aa33b656533e37d977cca4802.zip |
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.
Diffstat (limited to 'core/misc/ui/jquery.effects.fade.min.js')
-rw-r--r-- | core/misc/ui/jquery.effects.fade.min.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/misc/ui/jquery.effects.fade.min.js b/core/misc/ui/jquery.effects.fade.min.js new file mode 100644 index 000000000000..71127f9ad4bf --- /dev/null +++ b/core/misc/ui/jquery.effects.fade.min.js @@ -0,0 +1,14 @@ + +/* + * jQuery UI Effects Fade 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/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); |