Sha256: 30565314a038e00c79fcf511d666ef0f30590eebde5ee8afab6c3dab8b29ba3d
Contents?: true
Size: 690 Bytes
Versions: 53
Compression:
Stored size: 690 Bytes
Contents
/*! jQuery UI - v1.11.0 - 2014-06-27 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ (function(e){"function"==typeof define&&define.amd?define(["jquery","./effect","./effect-scale"],e):e(jQuery)})(function(e){return e.effects.effect.puff=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"hide"),a="hide"===n,o=parseInt(t.percent,10)||150,r=o/100,h={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()};e.extend(t,{effect:"scale",queue:!1,fade:!0,mode:n,complete:i,percent:a?o:100,from:a?h:{height:h.height*r,width:h.width*r,outerHeight:h.outerHeight*r,outerWidth:h.outerWidth*r}}),s.effect(t)}});
Version data entries
53 entries across 53 versions & 2 rubygems