4 lines
422 B
JavaScript
4 lines
422 B
JavaScript
|
/*! 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})}});
|