summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js')
-rw-r--r--xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js b/xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js
new file mode 100644
index 0000000..6cf1afd
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/ui/minified/jquery.effects.blind.min.js
@@ -0,0 +1,12 @@
+/*
+ * jQuery UI Effects Blind 1.8.18
+ *
+ * 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(a,b){a.effects.blind=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"vertical";a.effects.save(c,d),c.show();var g=a.effects.createWrapper(c).css({overflow:"hidden"}),h=f=="vertical"?"height":"width",i=f=="vertical"?g.height():g.width();e=="show"&&g.css(h,0);var j={};j[h]=e=="show"?i:0,g.animate(j,b.duration,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) \ No newline at end of file