1
0
Fork 0
fgdata/webgui/3rdparty/jquery/ui/minified/effect-fade.min.js

4 lines
422 B
JavaScript
Raw Normal View History

2015-01-25 12:02:20 +00:00
/*! jQuery UI - v1.11.2 - 2014-10-17
* 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.fade=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:t.duration,easing:t.easing,complete:i})}});