diff options
Diffstat (limited to 'public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js')
-rw-r--r-- | public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js b/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js new file mode 100644 index 0000000..69a9824 --- /dev/null +++ b/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js @@ -0,0 +1,4 @@ +/*! jQuery UI - v1.11.4 - 2015-03-13 +* http://jqueryui.com +* Copyright jQuery Foundation and other contributors; Licensed MIT */ +(function(t){"function"==typeof define&&define.amd?define(["jquery","./effect"],t):t(jQuery)})(function(t){return t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],o=t.effects.setMode(s,e.mode||"show"),a={backgroundColor:s.css("backgroundColor")};"hide"===o&&(a.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(a,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&s.hide(),t.effects.restore(s,n),i()}})}});
\ No newline at end of file |