From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../development-bundle/ui/minified/jquery.effects.clip.min.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/jquery_ui/development-bundle/ui/minified/jquery.effects.clip.min.js (limited to 'include/jquery_ui/development-bundle/ui/minified/jquery.effects.clip.min.js') diff --git a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.clip.min.js b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.clip.min.js new file mode 100644 index 000000000..2d91197d9 --- /dev/null +++ b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.clip.min.js @@ -0,0 +1,5 @@ +/*! jQuery UI - v1.8.21 - 2012-06-05 +* https://github.com/jquery/jquery-ui +* Includes: jquery.effects.clip.js +* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ +(function(a,b){a.effects.clip=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right","height","width"],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=c[0].tagName=="IMG"?g:c,i={size:f=="vertical"?"height":"width",position:f=="vertical"?"top":"left"},j=f=="vertical"?h.height():h.width();e=="show"&&(h.css(i.size,0),h.css(i.position,j/2));var k={};k[i.size]=e=="show"?j:0,k[i.position]=e=="show"?0:j/2,h.animate(k,{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(c[0],arguments),c.dequeue()}})})}})(jQuery); \ No newline at end of file -- cgit v1.2.3