aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/minified/jquery.effects.blind.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/minified/jquery.effects.blind.min.js')
-rw-r--r--themes/default/js/ui/minified/jquery.effects.blind.min.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/default/js/ui/minified/jquery.effects.blind.min.js b/themes/default/js/ui/minified/jquery.effects.blind.min.js
new file mode 100644
index 000000000..235bd1da0
--- /dev/null
+++ b/themes/default/js/ui/minified/jquery.effects.blind.min.js
@@ -0,0 +1,14 @@
+/*
+ * jQuery UI Effects Blind 1.8.9
+ *
+ * Copyright 2011, 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","bottom","left","right"],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);