WordPress/wp-includes/js/jquery/ui/effect-highlight.min.js

9 lines
615 B
JavaScript
Raw Normal View History

/*!
* jQuery UI Effects Highlight 1.13.3
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
(e=>{"function"==typeof define&&define.amd?define(["jquery","../version","../effect"],e):e(jQuery)})(function(i){return i.effects.define("highlight","show",function(e,o){var n=i(this),f={backgroundColor:n.css("backgroundColor")};"hide"===e.mode&&(f.opacity=0),i.effects.saveStyle(n),n.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(f,{queue:!1,duration:e.duration,easing:e.easing,complete:o})})});