X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fui%2Feffects%2Feffect-clip-min.js;fp=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fui%2Feffects%2Feffect-clip-min.js;h=51e78927b983003e334fbf70e0d2f6cec7d4b91d;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/assets/vendor/jquery.ui/ui/effects/effect-clip-min.js b/web/core/assets/vendor/jquery.ui/ui/effects/effect-clip-min.js new file mode 100644 index 000000000..51e78927b --- /dev/null +++ b/web/core/assets/vendor/jquery.ui/ui/effects/effect-clip-min.js @@ -0,0 +1,4 @@ +/*! jQuery UI - v1.12.1 - 2017-03-31 +* http://jqueryui.com +* Copyright jQuery Foundation and other contributors; Licensed */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../version","../effect"],a):a(jQuery)}(function(a){return a.effects.define("clip","hide",function(b,c){var d,e={},f=a(this),g=b.direction||"vertical",h="both"===g,i=h||"horizontal"===g,j=h||"vertical"===g;d=f.cssClip(),e.clip={top:j?(d.bottom-d.top)/2:d.top,right:i?(d.right-d.left)/2:d.right,bottom:j?(d.bottom-d.top)/2:d.bottom,left:i?(d.right-d.left)/2:d.left},a.effects.createPlaceholder(f),"show"===b.mode&&(f.cssClip(e.clip),e.clip=d),f.animate(e,{queue:!1,duration:b.duration,easing:b.easing,complete:c})})}); \ No newline at end of file