jquery_ui-8.x-1.4/assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js
assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js
/*!
* jQuery UI Effects Highlight 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery","../version","../effect"],e):e(jQuery)}((function(e){"use strict";return e.effects.define("highlight","show",(function(n,o){var i=e(this),t={backgroundColor:i.css("backgroundColor")};"hide"===n.mode&&(t.opacity=0),e.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:n.color||"#ffff99"}).animate(t,{queue:!1,duration:n.duration,easing:n.easing,complete:o})}))}));
//# sourceMappingURL=effect-highlight-min.js.map