integration/v2/lib/jquery-ui/ui/minified/jquery.ui.effect-highlight.min.js
author cavaliet
Thu, 04 Jul 2013 15:57:08 +0200
changeset 221 c8531f9b4f6d
parent 131 f7f6c6acf9b9
permissions -rw-r--r--
Merge with 6667fb5455d00baeb2b79e0b623a941edf2eddd2

/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
(function(t){t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],a=t.effects.setMode(s,e.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(o,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===a&&s.hide(),t.effects.restore(s,n),i()}})}})(jQuery);