summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js')
-rw-r--r--xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js b/xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js
index 805206e..b204b88 100644
--- a/xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js
+++ b/xstatic/pkg/jquery_ui/data/ui/minified/jquery.ui.effect-pulsate.min.js
@@ -1,5 +1,5 @@
-/*! jQuery UI - v1.9.2 - 2014-04-02
+/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
-(function(e){e.effects.effect.pulsate=function(t,i){var a,s=e(this),n=e.effects.setMode(s,t.mode||"show"),r="show"===n,o="hide"===n,l=r||"hide"===n,h=2*(t.times||5)+(l?1:0),u=t.duration/h,d=0,c=s.queue(),p=c.length;for((r||!s.is(":visible"))&&(s.css("opacity",0).show(),d=1),a=1;h>a;a++)s.animate({opacity:d},u,t.easing),d=1-d;s.animate({opacity:d},u,t.easing),s.queue(function(){o&&s.hide(),i()}),p>1&&c.splice.apply(c,[1,0].concat(c.splice(p,h+1))),s.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,l=o||"hide"===a,h=2*(e.times||5)+(l?1:0),c=e.duration/h,u=0,d=n.queue(),p=d.length;for((o||!n.is(":visible"))&&(n.css("opacity",0).show(),u=1),s=1;h>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,h+1))),n.dequeue()}})(jQuery); \ No newline at end of file