Sha256: e6e391e1ae01e3fbf52e94f2cc5ef7218c639a295db7d4033dc4aa7761a2ecf9
Contents?: true
Size: 647 Bytes
Versions: 26
Compression:
Stored size: 647 Bytes
Contents
/*! jQuery UI - v1.9.2 - 2012-11-23 * http://jqueryui.com * Includes: jquery.ui.effect-pulsate.js * Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ (function(e,t){e.effects.effect.pulsate=function(t,n){var r=e(this),i=e.effects.setMode(r,t.mode||"show"),s=i==="show",o=i==="hide",u=s||i==="hide",a=(t.times||5)*2+(u?1:0),f=t.duration/a,l=0,c=r.queue(),h=c.length,p;if(s||!r.is(":visible"))r.css("opacity",0).show(),l=1;for(p=1;p<a;p++)r.animate({opacity:l},f,t.easing),l=1-l;r.animate({opacity:l},f,t.easing),r.queue(function(){o&&r.hide(),n()}),h>1&&c.splice.apply(c,[1,0].concat(c.splice(h,a+1))),r.dequeue()}})(jQuery);
Version data entries
26 entries across 26 versions & 1 rubygems