changeset 204 | 09a1c134465b |
203:f507feede89a | 204:09a1c134465b |
---|---|
1 /*! jQuery UI - v1.9.2 - 2012-11-23 |
|
2 * http://jqueryui.com |
|
3 * Includes: jquery.ui.effect-fade.js |
|
4 * Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ |
|
5 (function(e,t){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})}})(jQuery); |