Sha256: 7fdc43fe1ea52fc4dfba9570521a6474b191221ac17d83ec484be7f1bf899e0a
Contents?: true
Size: 732 Bytes
Versions: 23
Compression:
Stored size: 732 Bytes
Contents
/*! jQuery UI - v1.10.3 - 2013-09-04 * http://jqueryui.com * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ !function(e){e.effects.effect.clip=function(t,i){var o,s,f,c=e(this),r=["position","top","bottom","left","right","height","width"],a=e.effects.setMode(c,t.mode||"hide"),n="show"===a,h=t.direction||"vertical",d="vertical"===h,p=d?"height":"width",u=d?"top":"left",l={};e.effects.save(c,r),c.show(),o=e.effects.createWrapper(c).css({overflow:"hidden"}),s="IMG"===c[0].tagName?o:c,f=s[p](),n&&(s.css(p,0),s.css(u,f/2)),l[p]=n?f:0,l[u]=n?0:f/2,s.animate(l,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){n||c.hide(),e.effects.restore(c,r),e.effects.removeWrapper(c),i()}})}}(jQuery);
Version data entries
23 entries across 23 versions & 1 rubygems