diff options
Diffstat (limited to 'wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js')
-rw-r--r-- | wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js b/wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js index 1f98417179..da7b9a4711 100644 --- a/wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js +++ b/wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js @@ -1,5 +1,4 @@ -/*! jQuery UI - v1.10.1 - 2013-02-15 +/*! jQuery UI - v1.10.2 - 2013-03-14 * http://jqueryui.com -* Includes: jquery.ui.effect-pulsate.js * Copyright 2013 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);
\ No newline at end of file +(function(t){t.effects.effect.pulsate=function(e,i){var s,n=t(this),a=t.effects.setMode(n,e.mode||"show"),o="show"===a,r="hide"===a,h=o||"hide"===a,l=2*(e.times||5)+(h?1:0),c=e.duration/l,u=0,d=n.queue(),p=d.length;for((o||!n.is(":visible"))&&(n.css("opacity",0).show(),u=1),s=1;l>s;s++)n.animate({opacity:u},c,e.easing),u=1-u;n.animate({opacity:u},c,e.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&d.splice.apply(d,[1,0].concat(d.splice(p,l+1))),n.dequeue()}})(jQuery);
\ No newline at end of file |