Sha256: 41adb1a5fd403475ba0521d6aafdd46bbae96647df178bebdc0ed2ccde44ad90
Contents?: true
Size: 686 Bytes
Versions: 53
Compression:
Stored size: 686 Bytes
Contents
/*! jQuery UI - v1.11.0 - 2014-06-27 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ (function(e){"function"==typeof define&&define.amd?define(["jquery","./effect"],e):e(jQuery)})(function(e){return e.effects.effect.highlight=function(t,i){var s=e(this),n=["backgroundImage","backgroundColor","opacity"],a=e.effects.setMode(s,t.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),e.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(o,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===a&&s.hide(),e.effects.restore(s,n),i()}})}});
Version data entries
53 entries across 53 versions & 2 rubygems