summaryrefslogtreecommitdiffstatshomepage
path: root/core/misc/ui/jquery.effects.blind.min.js
diff options
context:
space:
mode:
authorNathaniel <catch@35733.no-reply.drupal.org>2011-11-01 12:25:12 +0900
committerNathaniel <catch@35733.no-reply.drupal.org>2011-11-01 12:25:12 +0900
commitf0a16bf2a4d1524aa33b656533e37d977cca4802 (patch)
tree26bd67dad05b2c304c5650d9ac6b31a611102f6b /core/misc/ui/jquery.effects.blind.min.js
parent3629b1fd8bd14cae233ac89b6349d251fe4fb27e (diff)
downloaddrupal-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.blind.min.js')
-rw-r--r--core/misc/ui/jquery.effects.blind.min.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/misc/ui/jquery.effects.blind.min.js b/core/misc/ui/jquery.effects.blind.min.js
new file mode 100644
index 000000000000..ed7c74f100b5
--- /dev/null
+++ b/core/misc/ui/jquery.effects.blind.min.js
@@ -0,0 +1,15 @@
+
+/*
+ * jQuery UI Effects Blind 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/Blind
+ *
+ * Depends:
+ * jquery.effects.core.js
+ */
+(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","left"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a,g);b.effects.removeWrapper(a);
+c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery);