aboutsummaryrefslogtreecommitdiffstats
path: root/include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js')
-rw-r--r--include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js
new file mode 100644
index 000000000..32312e0d1
--- /dev/null
+++ b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.slide.min.js
@@ -0,0 +1,5 @@
+/*! jQuery UI - v1.8.21 - 2012-06-05
+* https://github.com/jquery/jquery-ui
+* Includes: jquery.effects.slide.js
+* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
+(function(a,b){a.effects.slide=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"show"),f=b.options.direction||"left";a.effects.save(c,d),c.show(),a.effects.createWrapper(c).css({overflow:"hidden"});var g=f=="up"||f=="down"?"top":"left",h=f=="up"||f=="left"?"pos":"neg",i=b.options.distance||(g=="top"?c.outerHeight({margin:!0}):c.outerWidth({margin:!0}));e=="show"&&c.css(g,h=="pos"?isNaN(i)?"-"+i:-i:i);var j={};j[g]=(e=="show"?h=="pos"?"+=":"-=":h=="pos"?"-=":"+=")+i,c.animate(j,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery); \ No newline at end of file