ca491188b5c48d3999f58e1ad8c1ce2746a718aa
[yaffs-website] / web / core / assets / vendor / jquery.ui / ui / effect-fade-min.js
1 /*!
2  * jQuery UI Effects Fade 1.11.4
3  * http://jqueryui.com
4  *
5  * Copyright jQuery Foundation and other contributors
6  * Released under the MIT license.
7  * http://jquery.org/license
8  *
9  * http://api.jqueryui.com/fade-effect/
10  */(function(e){typeof define=="function"&&define.amd?define(["jquery","./effect"],e):e(jQuery)})(function(e){return e.effects.effect.fade=function(t,n){var r=e(this),i=e.effects.setMode(r,t.mode||"toggle");r.animate({opacity:i},{queue:!1,duration:t.duration,easing:t.easing,complete:n})}});