CeramicProject/newyt/Jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fade.min.js

5 lines
325 B
JavaScript
Raw Normal View History

2024-05-18 15:28:29 +08:00
/*! jQuery UI - v1.10.4 - 2017-07-23
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
(function(t){t.effects.effect.fade=function(e,i){var s=t(this),n=t.effects.setMode(s,e.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}})(jQuery);