forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
4
static/bower_components/jquery-ui/ui/minified/effect-highlight.min.js
vendored
Normal file
4
static/bower_components/jquery-ui/ui/minified/effect-highlight.min.js
vendored
Normal file
@@ -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()}})}});
|
||||
Reference in New Issue
Block a user