jq_ui-8.x-1.8/jquery_ui/assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js
jquery_ui/assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js
/*!
* jQuery UI Effects Highlight 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://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